mirror of
https://github.com/openfrontio/OpenFrontIO.git
synced 2026-07-17 04:40:31 +00:00
enforce clantag
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