Skip to content

Commit

Permalink
Fixed Create Player
Browse files Browse the repository at this point in the history
  • Loading branch information
oneheed committed Aug 31, 2023
1 parent 5edfe5c commit f656957
Showing 1 changed file with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -245,6 +245,7 @@
{
var request = new CreateGameRequest
{
PlayerId = null,
PlayerName = name,
};

Expand All @@ -269,6 +270,7 @@
var request = new JoinGameRequest
{
Id = gameId,
PlayerId = null,
PlayerName = name,
};

Expand Down

0 comments on commit f656957

Please sign in to comment.