mirror of
https://github.com/openfrontio/OpenFrontIO.git
synced 2026-06-27 22:14:17 +00:00
restructure worker
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user