mirror of
https://github.com/AlecM33/Werewolf.git
synced 2025-12-26 07:47:50 +01:00
fix failure to assign game property on server side
This commit is contained in:
@@ -51,6 +51,7 @@ const Events = [
|
||||
(accumulator, currentValue) => accumulator + currentValue.quantity,
|
||||
0
|
||||
);
|
||||
game.isFull = vars.gameManager.isGameFull(game);
|
||||
}
|
||||
},
|
||||
communicate: async (game, socketArgs, vars) => {
|
||||
|
||||
Reference in New Issue
Block a user