Cleanup and improve readability

This commit is contained in:
variablevince
2025-06-26 01:13:11 +02:00
parent b181c6c15d
commit 6fcfc8be3c
9 changed files with 33 additions and 38 deletions
+2 -2
View File
@@ -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({