Skip to content

Commit

Permalink
override debug from client
Browse files Browse the repository at this point in the history
  • Loading branch information
amitport committed Nov 1, 2019
1 parent 161eef0 commit 975f70c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/client/react.js
Expand Up @@ -82,7 +82,7 @@ export function Client(opts) {
this.client = RawClient({
game,
ai,
debug,
debug: debug === false ? false : props.debug,
numPlayers,
multiplayer,
gameID: props.gameID,
Expand Down

0 comments on commit 975f70c

Please sign in to comment.