diff options
| author | Florian Euchner <norrepli@gmail.com> | 2016-08-16 12:14:33 +0200 | 
|---|---|---|
| committer | GitHub <noreply@github.com> | 2016-08-16 12:14:33 +0200 | 
| commit | a3042b44fcd3b0c716a298ce70ba97c80a2dea92 (patch) | |
| tree | f61fd70b037504d5714503500af613ab76ab496f | |
| parent | 778ee427f483d9c3d543284f6f81973730d3b05f (diff) | |
| parent | 53eaf2af1113d5ec3aa5f4fb50650d2b181a8d26 (diff) | |
Merge pull request #282 from Hawk777/luacontroller-comment
Remove an obsolete comment.
| -rw-r--r-- | mesecons_luacontroller/init.lua | 2 | 
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 | 
