1
0
mirror of https://github.com/kepler155c/opus synced 2025-10-10 21:37:43 +00:00

rename debug function

This commit is contained in:
kepler155c@gmail.com
2018-10-31 00:05:29 -04:00
parent 9484153f38
commit 846569952c
5 changed files with 11 additions and 12 deletions

View File

@@ -11,7 +11,7 @@ for k,v in pairs(_ENV) do
sandboxEnv[k] = v
end
_G.debug = function() end
_G._debug = function() end
local function makeEnv()
local env = setmetatable({ }, { __index = _G })