mirror of
https://github.com/openfrontio/OpenFrontIO.git
synced 2026-07-19 13:27:34 +00:00
src/core/Schemas.ts
This commit is contained in:
+1
-1
@@ -435,7 +435,7 @@ export const ClientJoinMessageSchema = z.object({
|
||||
gameID: ID,
|
||||
lastTurn: z.number(), // The last turn the client saw.
|
||||
username: SafeString,
|
||||
flag: SafeString.nullable().optional(),
|
||||
flag: SafeString.nullable(),
|
||||
});
|
||||
|
||||
export const ClientMessageSchema = z.union([
|
||||
|
||||
Reference in New Issue
Block a user