forked from mtcontrib/plantlife_modpack
fix crash for sure this time
This commit is contained in:
parent
a2976c609a
commit
680b02f7e2
@ -190,6 +190,7 @@ for i in ipairs(algae_list) do
|
||||
elseif biome_lib.get_nodedef_field(above_node.name, "buildable_to") then
|
||||
place_pos = pt.above
|
||||
end
|
||||
if not place_pos then return end -- something went wrong :P
|
||||
|
||||
if not minetest.is_protected(place_pos, placer:get_player_name()) then
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user