Fix largestarmy not clearing on resetgame
Signed-off-by: James Ketrenos <james_eikona@ketrenos.com>
This commit is contained in:
parent
4024286979
commit
55fda983ea
@ -2791,7 +2791,7 @@ const resetGame = (game) => {
|
|||||||
});
|
});
|
||||||
|
|
||||||
delete game.longestRoad;
|
delete game.longestRoad;
|
||||||
delete game.longestArmy;
|
delete game.largestArmy;
|
||||||
delete game.longestRoadLength;
|
delete game.longestRoadLength;
|
||||||
delete game.winner;
|
delete game.winner;
|
||||||
delete game.longestRoad;
|
delete game.longestRoad;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user