Disable Chess games again

This commit is contained in:
Wuzzy 2023-07-10 18:37:23 +02:00
parent 8a80b7cb98
commit 5164d153c1

View File

@ -6,7 +6,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 = true
local ENABLE_CHESS_GAMES = false
local function index_to_xy(idx)
if not idx then