Skip to content

Commit

Permalink
fix: DDR score validation with judgements using step counts for accur…
Browse files Browse the repository at this point in the history
…ate computation
  • Loading branch information
Gyoo committed Aug 25, 2024
1 parent 263bd2d commit f2737bb
Show file tree
Hide file tree
Showing 8 changed files with 28,001 additions and 9,335 deletions.
2 changes: 2 additions & 0 deletions common/src/config/game-support/ddr.ts
Original file line number Diff line number Diff line change
Expand Up @@ -185,6 +185,8 @@ export const DDR_SP_CONF = {

chartData: z.strictObject({
inGameID: zodNonNegativeInt,
stepCount: zodNonNegativeInt.optional(),
okCount: zodNonNegativeInt.optional(),
}),

preferences: z.strictObject({}),
Expand Down
Loading

0 comments on commit f2737bb

Please sign in to comment.