summaryrefslogtreecommitdiff
path: root/mesecons_luacontroller
diff options
context:
space:
mode:
authorChristopher Head <chead@chead.ca>2016-08-16 00:16:24 -0700
committerChristopher Head <chead@chead.ca>2016-08-16 00:16:24 -0700
commit53eaf2af1113d5ec3aa5f4fb50650d2b181a8d26 (patch)
treef61fd70b037504d5714503500af613ab76ab496f /mesecons_luacontroller
parent778ee427f483d9c3d543284f6f81973730d3b05f (diff)
downloadmesecons-53eaf2af1113d5ec3aa5f4fb50650d2b181a8d26.tar
mesecons-53eaf2af1113d5ec3aa5f4fb50650d2b181a8d26.tar.gz
mesecons-53eaf2af1113d5ec3aa5f4fb50650d2b181a8d26.tar.bz2
mesecons-53eaf2af1113d5ec3aa5f4fb50650d2b181a8d26.tar.xz
mesecons-53eaf2af1113d5ec3aa5f4fb50650d2b181a8d26.zip
Remove an obsolete comment.
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