Added tnt games stats
This commit is contained in:
@@ -6,6 +6,7 @@ import {
|
||||
murderMysteryStatsSchema,
|
||||
pitStats,
|
||||
skywarsStatsSchema,
|
||||
tntGamesStatsSchema,
|
||||
uhcSchema
|
||||
} from "./stats"
|
||||
|
||||
@@ -28,7 +29,8 @@ export const playerSchema = z.looseObject({
|
||||
MurderMystery: murderMysteryStatsSchema.optional(),
|
||||
BuildBattle: buildBattleStatsSchema.optional(),
|
||||
UHC: uhcSchema.optional(),
|
||||
Pit: pitStats.optional()
|
||||
Pit: pitStats.optional(),
|
||||
TNTGames: tntGamesStatsSchema.optional()
|
||||
}).optional(),
|
||||
quests: z.record(
|
||||
z.string(),
|
||||
|
||||
Reference in New Issue
Block a user