Skip to content

Commit

Permalink
Fix Alice Chess display_name
Browse files Browse the repository at this point in the history
  • Loading branch information
gbtami committed Jan 12, 2025
1 parent 8705757 commit b75ab66
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion server/variants.py
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ def __init__(self, variant):
HORDE960 = Variant("š", "horde", "HORDE960", "🐷", chess960=True)
PLACEMENT = Variant("p", "placement", "PLACEMENT", "S")
DUCK = Variant("U", "duck", "DUCK CHESS", "🦆", move_encoding=encode_move_duck, move_decoding=decode_move_duck) # fmt: skip
ALICE = Variant("Y", "alice", "ALICE", "👧")
ALICE = Variant("Y", "alice", "ALICE CHESS", "👧")
FOGOFWAR = Variant("Q", "fogofwar", "FOG OF WAR", "🌫")

MAKRUK = Variant("m", "makruk", "MAKRUK", "Q")
Expand Down

0 comments on commit b75ab66

Please sign in to comment.