Skip to content

Commit

Permalink
fix antichess perf type id
Browse files Browse the repository at this point in the history
  • Loading branch information
ornicar committed Dec 14, 2022
1 parent f4e10e8 commit 3a742bc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion modules/rating/src/main/PerfType.scala
Original file line number Diff line number Diff line change
Expand Up @@ -105,7 +105,7 @@ object PerfType:

case object Antichess
extends PerfType(
Perf.Id(1),
Perf.Id(13),
key = Perf.Key("antichess"),
name = chess.variant.Antichess.name,
title = "Antichess variant",
Expand Down

0 comments on commit 3a742bc

Please sign in to comment.