Skip to content

Commit

Permalink
Remove extraneous return
Browse files Browse the repository at this point in the history
  • Loading branch information
Montandalar committed Aug 7, 2024
1 parent 18429e9 commit 5d925c3
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions mods/fl_topsoil/topsoil.lua
Original file line number Diff line number Diff line change
Expand Up @@ -139,8 +139,6 @@ minetest.register_node("fl_topsoil:snow", {
minetest.add_item(pos, inv_add)
end
end
return itemstack

end,
on_place = function(itemstack, player, pointed_thing)
local under_node = minetest.get_node_or_nil(pointed_thing.under)
Expand Down

0 comments on commit 5d925c3

Please sign in to comment.