diff --git a/src/server/GameServer.ts b/src/server/GameServer.ts index 9cbd712c2..a267c4f3a 100644 --- a/src/server/GameServer.ts +++ b/src/server/GameServer.ts @@ -356,7 +356,7 @@ export class GameServer { client.ws.close(1000, "game has ended"); } }); - if (!this._hasPrestarted || !this._hasStarted) { + if (!this._hasPrestarted && !this._hasStarted) { this.log.info(`game not started, not archiving game`); return; }