fix load_script function return value
This commit is contained in:
parent
8f2e56bc90
commit
664faf35e9
@ -307,7 +307,7 @@ set_block_user_bits = block.set_user_bits
|
|||||||
|
|
||||||
function load_script(path, nocache)
|
function load_script(path, nocache)
|
||||||
on_deprecated_call("load_script")
|
on_deprecated_call("load_script")
|
||||||
__load_script(path, nocache)
|
return __load_script(path, nocache)
|
||||||
end
|
end
|
||||||
|
|
||||||
_dofile = dofile
|
_dofile = dofile
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user