Fix syntax error.

This commit is contained in:
yukirij 2025-02-05 20:57:26 -08:00
parent 4d13665a29
commit ea15043357

View File

@ -566,7 +566,6 @@ const GAME_CONFIGS = {
)
.set_rule("par", 4)
.set_rule("cpu", true),
],
new GameConfig()
.set_pieces(CONFIG_PIECES_STANDARD)
@ -607,4 +606,5 @@ const GAME_CONFIGS = {
)
.set_rule("par", 4)
.set_rule("cpu", true),
],
};