make logs smaller

This commit is contained in:
Zutatensuppe 2020-12-23 01:19:30 +01:00
parent 98c05304c5
commit 063e7b5582
7 changed files with 206 additions and 45 deletions

View file

@ -140,9 +140,9 @@ wss.on('message', async ({socket, data}) => {
const log = GameLog.get(gameId)
let game = await Game.createGameObject(
gameId,
log[0][1],
log[0][2],
log[0][3]
log[0][3],
log[0][4]
)
notify(
[Protocol.EV_SERVER_INIT_REPLAY, {