mirror of
https://github.com/openfrontio/OpenFrontIO.git
synced 2026-07-02 21:08:41 +00:00
Cleanup and improve readability
This commit is contained in:
+2
-2
@@ -323,9 +323,9 @@ export const MoveWarshipIntentSchema = BaseIntentSchema.extend({
|
||||
|
||||
export const QuickChatIntentSchema = BaseIntentSchema.extend({
|
||||
type: z.literal("quick_chat"),
|
||||
recipient: ID,
|
||||
recipientID: ID,
|
||||
quickChatKey: QuickChatKeySchema,
|
||||
target: ID.optional(),
|
||||
playerInMessageID: ID.optional(),
|
||||
});
|
||||
|
||||
export const MarkDisconnectedIntentSchema = BaseIntentSchema.extend({
|
||||
|
||||
Reference in New Issue
Block a user