mirror of
https://github.com/kepler155c/opus
synced 2025-10-10 21:37:43 +00:00
rename debug function
This commit is contained in:
@@ -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 })
|
||||
|
Reference in New Issue
Block a user