From e36a273057e09501f59e571448f0328b3bba664f Mon Sep 17 00:00:00 2001 From: Elias Fleckenstein <54945686+EliasFleckenstein03@users.noreply.github.com> Date: Fri, 23 Oct 2020 16:46:35 +0200 Subject: [PATCH 1/1] Disable chest_control for better performance --- init.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/init.lua b/init.lua index 3530627..1e41863 100755 --- a/init.lua +++ b/init.lua @@ -1,6 +1,6 @@ coronaserver = {} -local modules = {"functions", "privs", "ranks", "playerlist", "commands", "teamchat", "chest_control", "spirit"} +local modules = {"functions", "privs", "ranks", "playerlist", "commands", "teamchat", "spirit"} for _, m in pairs(modules) do dofile(minetest.get_modpath("coronaserver") .. "/" .. m .. ".lua") -- 2.44.0