enforce clantag

This commit is contained in:
Ryan Barlow
2026-05-24 00:59:43 +01:00
parent db501c68d2
commit 08528b7cfa
7 changed files with 180 additions and 22 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;