This commit is contained in:
MihailRis 2025-10-06 19:30:19 +03:00
parent b5fc40b323
commit 4fa430b6ba

View File

@ -560,7 +560,6 @@ local internal_locked = false
-- nocache - ignore cached script, load anyway
local function __load_script(path, nocache, env)
local packname, filename = parse_path(path)
print(packname, filename, env)
if internal_locked and (packname == "res" or packname == "core")
and filename:starts_with("modules/internal") then