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
@@ -396,6 +396,7 @@ export const ClientJoinMessageSchema = ClientBaseMessageSchema.extend({
type: z.literal("join"),
lastTurn: z.number(), // The last turn the client saw.
username: SafeString,
flag: SafeString.nullable().optional(),
});
export const ClientMessageSchema = z.union([