restructure worker

This commit is contained in:
Ryan Barlow
2026-05-25 19:14:46 +01:00
parent edf1d03275
commit d9fedb6eb2
4 changed files with 67 additions and 83 deletions
+1 -1
View File
@@ -42,7 +42,7 @@ export class GameManager {
persistentID: string,
gameID: GameID,
lastTurn: number = 0,
identityUpdate?: { username: string; clanTag?: string | null },
identityUpdate?: { username: string; clanTag: string | null },
): boolean {
const game = this.games.get(gameID);
if (!game) return false;