From ea15043357c82514cc1d5a69ff136d80a1d2ea59 Mon Sep 17 00:00:00 2001 From: yukirij Date: Wed, 5 Feb 2025 20:57:26 -0800 Subject: [PATCH] Fix syntax error. --- www/js/game_config_const.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/www/js/game_config_const.js b/www/js/game_config_const.js index aec67af..68dd251 100644 --- a/www/js/game_config_const.js +++ b/www/js/game_config_const.js @@ -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), + ], };