Skip to content

Commit

Permalink
update
Browse files Browse the repository at this point in the history
  • Loading branch information
lmaddox committed Jan 12, 2024
1 parent a823bd6 commit bed95ba
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion index.html
Original file line number Diff line number Diff line change
Expand Up @@ -161,7 +161,7 @@ <h4>Current players online: <span id="players-online"></span></h4>
let passwordTag = $('#password-tag').val();
let playerColor = $('#player-color').val();
console.log("password: ", passwordTag);
assert(passwordTag);
//assert(passwordTag);

/* TODO check whether user exists in database and whether remaining uses is positive */
flappyGame.connect({
Expand Down

0 comments on commit bed95ba

Please sign in to comment.