Skip to content

Commit

Permalink
feat(schemas): add heads, ultimates crafted, & extra ultimates lbs #638)
Browse files Browse the repository at this point in the history
  • Loading branch information
jacobk999 authored Jun 13, 2024
1 parent 3ac90cd commit 4e77898
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions packages/schemas/src/player/gamemodes/uhc/mode.ts
Original file line number Diff line number Diff line change
Expand Up @@ -23,13 +23,13 @@ export class UHCMode {
@Field()
public kdr: number;

@Field({ leaderboard: { enabled: false } })
@Field()
public headsEaten: number;

@Field({ leaderboard: { enabled: false } })
@Field()
public ultimatesCrafted: number;

@Field({ leaderboard: { enabled: false } })
@Field()
public extraUltimates: number;

public constructor(data: APIData, mode: string) {
Expand Down

0 comments on commit 4e77898

Please sign in to comment.