show game map name in public lobby

This commit is contained in:
Evan
2025-02-09 13:15:06 -08:00
parent 6ff4e10a7e
commit b3498976fb
4 changed files with 11 additions and 4 deletions
+1
View File
@@ -85,6 +85,7 @@ export interface Lobby {
id: string;
msUntilStart?: number;
numClients?: number;
gameConfig?: GameConfig;
}
const GameConfigSchema = z.object({