fix bugs with mod transfer

This commit is contained in:
AlecM33
2021-12-29 01:43:43 -05:00
parent a7c85a8d0f
commit 9de38cec5b
11 changed files with 68 additions and 50 deletions

View File

@@ -87,6 +87,7 @@ function initializeGame(stateBucket, socket, timerWorker, userId, gameStateRende
}
function processGameState (currentGameState, userId, socket, gameStateRenderer, gameTimerManager, timerWorker) {
console.log(currentGameState);
displayClientInfo(currentGameState.client.name, currentGameState.client.userType);
switch (currentGameState.status) {
case globals.STATUS.LOBBY: