Skip to content

Commit

Permalink
fix crash for sure this time
Browse files Browse the repository at this point in the history
  • Loading branch information
VanessaE committed Jul 20, 2021
1 parent a2976c6 commit 680b02f
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions flowers_plus/init.lua
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down

0 comments on commit 680b02f

Please sign in to comment.