From 71d7455a53e15f2826c03174437280b20ae560d2 Mon Sep 17 00:00:00 2001 From: Cooldude2606 Date: Mon, 10 Sep 2018 17:50:44 +0100 Subject: [PATCH] Reverted Control.lua to remove debug --- control.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/control.lua b/control.lua index 32e32c95..90226fbb 100644 --- a/control.lua +++ b/control.lua @@ -30,7 +30,7 @@ end _verbose = false -- Set to true for more on the loading of the files function verbose(str) if _verbose then log(str) print(str) end end verbose('============================= START =============================') -require_return_err = true -- Set to false when removing files; set to true for debuging +require_return_err = false -- Set to false when removing files; set to true for debuging _require = require require = function(path) local _path = path