]> git.lizzy.rs Git - coronaserver.git/commitdiff
Disable chest_control for better performance
authorElias Fleckenstein <54945686+EliasFleckenstein03@users.noreply.github.com>
Fri, 23 Oct 2020 14:46:35 +0000 (16:46 +0200)
committerGitHub <noreply@github.com>
Fri, 23 Oct 2020 14:46:35 +0000 (16:46 +0200)
init.lua

index 3530627489ada99f11c3fc79e2fd4037e97b958b..1e418630266bf5054a1bb7b03c51ae2b364b0a4a 100755 (executable)
--- 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")