Enable Chess games for dev purposes

This commit is contained in:
Wuzzy 2023-07-11 09:21:58 +02:00
parent 694255cff8
commit 1ed59efc4d

View File

@ -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