Fix syntax error.
This commit is contained in:
parent
4d13665a29
commit
ea15043357
@ -566,7 +566,6 @@ const GAME_CONFIGS = {
|
|||||||
)
|
)
|
||||||
.set_rule("par", 4)
|
.set_rule("par", 4)
|
||||||
.set_rule("cpu", true),
|
.set_rule("cpu", true),
|
||||||
],
|
|
||||||
|
|
||||||
new GameConfig()
|
new GameConfig()
|
||||||
.set_pieces(CONFIG_PIECES_STANDARD)
|
.set_pieces(CONFIG_PIECES_STANDARD)
|
||||||
@ -607,4 +606,5 @@ const GAME_CONFIGS = {
|
|||||||
)
|
)
|
||||||
.set_rule("par", 4)
|
.set_rule("par", 4)
|
||||||
.set_rule("cpu", true),
|
.set_rule("cpu", true),
|
||||||
|
],
|
||||||
};
|
};
|
||||||
|
Loading…
x
Reference in New Issue
Block a user