This commit is contained in:
Aotumuri
2025-06-01 13:35:58 +09:00
parent 1a5becf57f
commit a5d76bee17
+1 -4
View File
@@ -187,10 +187,7 @@ export const AttackIntentSchema = BaseIntentSchema.extend({
export const SpawnIntentSchema = BaseIntentSchema.extend({
flag: z.string().optional(),
pattern: z
.string()
.regex(/^[A-Za-z0-9+/=]*$/)
.optional(),
pattern: z.string().base64().optional(),
type: z.literal("spawn"),
name: SafeString,
playerType: PlayerTypeSchema,