Disable Chess games again
This commit is contained in:
parent
8a80b7cb98
commit
5164d153c1
@ -6,7 +6,7 @@ screwdriver = screwdriver or {}
|
|||||||
|
|
||||||
-- Chess games are disabled because they are currently too broken.
|
-- Chess games are disabled because they are currently too broken.
|
||||||
-- Set this to true to enable this again and try your luck.
|
-- Set this to true to enable this again and try your luck.
|
||||||
local ENABLE_CHESS_GAMES = true
|
local ENABLE_CHESS_GAMES = false
|
||||||
|
|
||||||
local function index_to_xy(idx)
|
local function index_to_xy(idx)
|
||||||
if not idx then
|
if not idx then
|
||||||
|
Loading…
Reference in New Issue
Block a user