This commit is contained in:
1brucben
2025-04-23 22:10:41 +02:00
5 changed files with 70 additions and 84 deletions
+1 -1
View File
@@ -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;
}