diff --git a/src/chess.lua b/src/chess.lua index 1915fd3..84d3f9a 100644 --- a/src/chess.lua +++ b/src/chess.lua @@ -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