From 75ee4567416c59dcfb1303f35bd8131ea53e5a9d Mon Sep 17 00:00:00 2001 From: qfx Date: Wed, 19 Feb 2020 23:15:57 +0200 Subject: [PATCH] revert --- init.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/init.lua b/init.lua index 757eadf..eee7e65 100755 --- a/init.lua +++ b/init.lua @@ -5,7 +5,7 @@ ----------------------------------------------------]] local path = ... local helium = require(path..".dummy") -helium.conf = require(path..".local_conf") or require(path..".conf") +helium.conf = require(path..".conf") helium.utils = require(path..".utils") helium.element = require(path..".core.element") helium.input = require(path..".core.input")