From 1ed59efc4d26fb2d9ec6bebfea5e8f93cd664de4 Mon Sep 17 00:00:00 2001 From: Wuzzy Date: Tue, 11 Jul 2023 09:21:58 +0200 Subject: [PATCH] Enable Chess games for dev purposes --- src/chess.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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