mirror of
https://github.com/SquidDev-CC/CC-Tweaked
synced 2025-04-05 18:26:58 +00:00
Remove extra space (#586)
This commit is contained in:
parent
9a749642d2
commit
fff8353451
@ -524,7 +524,7 @@ function os.run(_tEnv, _sPath, ...)
|
||||
local tEnv = _tEnv
|
||||
setmetatable(tEnv, { __index = _G })
|
||||
|
||||
if settings.get("bios.strict_globals", false) then
|
||||
if settings.get("bios.strict_globals", false) then
|
||||
-- load will attempt to set _ENV on this environment, which
|
||||
-- throws an error with this protection enabled. Thus we set it here first.
|
||||
tEnv._ENV = tEnv
|
||||
|
Loading…
x
Reference in New Issue
Block a user