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