From 5595998d12efcb8f46fadc848a48617b0bc1cb5e Mon Sep 17 00:00:00 2001 From: LDDestroier Date: Thu, 3 Sep 2020 22:16:59 -0400 Subject: [PATCH] I must remember to remove debug options... --- ldris.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ldris.lua b/ldris.lua index 3bd7996..546027a 100644 --- a/ldris.lua +++ b/ldris.lua @@ -39,7 +39,7 @@ local game = { appearanceDelay = 0.05, -- amount of time to wait after placing a piece config = { TGMlock = false, -- replicate the piece locking from Tetris: The Grand Master - scrubMode = true, -- gives you nothing but I-pieces + scrubMode = false, -- gives you nothing but I-pieces }, control = { -- client's control scheme moveLeft = keys.left, -- shift left