fix load_script function return value

This commit is contained in:
MihailRis 2024-07-25 21:57:40 +03:00
parent 8f2e56bc90
commit 664faf35e9

View File

@ -307,7 +307,7 @@ set_block_user_bits = block.set_user_bits
function load_script(path, nocache)
on_deprecated_call("load_script")
__load_script(path, nocache)
return __load_script(path, nocache)
end
_dofile = dofile