cleanup
This commit is contained in:
parent
b5fc40b323
commit
4fa430b6ba
@ -560,7 +560,6 @@ local internal_locked = false
|
|||||||
-- nocache - ignore cached script, load anyway
|
-- nocache - ignore cached script, load anyway
|
||||||
local function __load_script(path, nocache, env)
|
local function __load_script(path, nocache, env)
|
||||||
local packname, filename = parse_path(path)
|
local packname, filename = parse_path(path)
|
||||||
print(packname, filename, env)
|
|
||||||
|
|
||||||
if internal_locked and (packname == "res" or packname == "core")
|
if internal_locked and (packname == "res" or packname == "core")
|
||||||
and filename:starts_with("modules/internal") then
|
and filename:starts_with("modules/internal") then
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user