Updated skywars

This commit is contained in:
2025-09-06 19:32:25 +02:00
parent 8dc7fa8259
commit d05da14259
3 changed files with 7 additions and 4 deletions

View File

@@ -156,6 +156,8 @@ export const skywarsStatsSchema = z.looseObject({
heads_sweet: z.number().default(0),
heads_divine: z.number().default(0),
heads_heavenly: z.number().default(0),
heads_ethereal: z.number().default(0),
heads_indescribable: z.number().default(0),
head_collection: z.looseObject({
prestigious: z.array(z.object({
username: z.string().nullable().default(null),