diff options
Diffstat (limited to 'mesecons_luacontroller')
| -rw-r--r-- | mesecons_luacontroller/init.lua | 2 | 
1 files changed, 1 insertions, 1 deletions
| diff --git a/mesecons_luacontroller/init.lua b/mesecons_luacontroller/init.lua index df681d9..d10fd20 100644 --- a/mesecons_luacontroller/init.lua +++ b/mesecons_luacontroller/init.lua @@ -247,7 +247,7 @@ end  local safe_globals = {  	"assert", "error", "ipairs", "next", "pairs", "pcall", "select", -	"tonumber", "tostring", "type", "unpack", "_VERSION", "xpcall",  +	"tonumber", "tostring", "type", "unpack", "_VERSION", "xpcall",  }  local function create_environment(pos, mem, event)  	-- Gather variables for the environment | 
