Skip to content

Commit

Permalink
Fix player number initial value
Browse files Browse the repository at this point in the history
  • Loading branch information
lindlof committed Dec 9, 2020
1 parent ecdb359 commit ce8e0f7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion web/src/game.ts
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ const defaults = Object.freeze({
contract: '',
privateGame: false,
locator: '',
playerNumber: 1,
playerNumber: undefined,
stage: Stage.Lobby,
round: 1,
won: false,
Expand Down

0 comments on commit ce8e0f7

Please sign in to comment.