mirror of
https://github.com/shlomif/PySolFC.git
synced 2025-04-05 00:02:29 -04:00
Removed a leading space in the "Pyramid's Stones" alternate name that was throwing off the sorting.
This commit is contained in:
parent
f7c28b5011
commit
9a7bc59c8b
1 changed files with 1 additions and 1 deletions
|
@ -1349,7 +1349,7 @@ registerGame(GameInfo(38, Pyramid, "Pyramid",
|
|||
registerGame(GameInfo(193, RelaxedPyramid, "Relaxed Pyramid",
|
||||
GI.GT_PAIRING_TYPE | GI.GT_RELAXED, 1, 2,
|
||||
GI.SL_MOSTLY_LUCK,
|
||||
altnames=(" Pyramid's Stones",)))
|
||||
altnames=("Pyramid's Stones",)))
|
||||
# registerGame(GameInfo(44, Thirteen, "Thirteen",
|
||||
# GI.GT_PAIRING_TYPE, 1, 0))
|
||||
registerGame(GameInfo(592, Giza, "Giza",
|
||||
|
|
Loading…
Add table
Reference in a new issue