summaryrefslogtreecommitdiff
path: root/mesecons_luacontroller
diff options
context:
space:
mode:
authorVanessa Ezekowitz <vanessaezekowitz@gmail.com>2016-08-17 14:37:48 -0400
committerVanessa Ezekowitz <vanessaezekowitz@gmail.com>2016-08-17 14:37:48 -0400
commit2db921cac8002232a3ecd21ad56c262d89e301b4 (patch)
tree6fcd9a5b5a0fb8738413e7ab767928971e4c1caa /mesecons_luacontroller
parent3f738369862a2f187ea3a53cdd3e8448df19a904 (diff)
downloaddreambuilder_modpack-2db921cac8002232a3ecd21ad56c262d89e301b4.tar
dreambuilder_modpack-2db921cac8002232a3ecd21ad56c262d89e301b4.tar.gz
dreambuilder_modpack-2db921cac8002232a3ecd21ad56c262d89e301b4.tar.bz2
dreambuilder_modpack-2db921cac8002232a3ecd21ad56c262d89e301b4.tar.xz
dreambuilder_modpack-2db921cac8002232a3ecd21ad56c262d89e301b4.zip
updated mesecons and unified inventory
Diffstat (limited to 'mesecons_luacontroller')
-rw-r--r--mesecons_luacontroller/init.lua2
1 files changed, 0 insertions, 2 deletions
diff --git a/mesecons_luacontroller/init.lua b/mesecons_luacontroller/init.lua
index 458286f..7d76b26 100644
--- a/mesecons_luacontroller/init.lua
+++ b/mesecons_luacontroller/init.lua
@@ -20,8 +20,6 @@
-- The Sandbox
-- The whole code of the controller runs in a sandbox,
-- a very restricted environment.
--- However, as this does not prevent you from using e.g. loops,
--- we need to check for these prohibited commands first.
-- Actually the only way to damage the server is to
-- use too much memory from the sandbox.
-- You can add more functions to the environment