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), + ], };