bug fix 'Rare case crash'from techage_modpack
This commit is contained in:
parent
ac6970faac
commit
fe72d9fa87
@ -58,6 +58,7 @@ storage:set_int("Version", Version)
|
|||||||
-- API functions
|
-- API functions
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
function backend.get_nodepos(number)
|
function backend.get_nodepos(number)
|
||||||
|
if not type(number) == "string" then return end
|
||||||
return minetest.string_to_pos(storage:get_string(number))
|
return minetest.string_to_pos(storage:get_string(number))
|
||||||
end
|
end
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user