bugfix: flags not showing in game

This commit is contained in:
Evan
2025-04-06 10:27:52 -07:00
parent e7041305fb
commit 08c2c01dae
8 changed files with 15 additions and 14 deletions
+1
View File
@@ -16,5 +16,6 @@ export class Client {
public readonly ip: string,
public readonly username: string,
public readonly ws: WebSocket,
public readonly flag: string | null,
) {}
}