Skip to content

Commit

Permalink
works without after_place
Browse files Browse the repository at this point in the history
that was a remainder from debugging
  • Loading branch information
SwissalpS committed Dec 31, 2024
1 parent ee2788d commit 4434883
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions nodes/wine.lua
Original file line number Diff line number Diff line change
Expand Up @@ -10,11 +10,5 @@ wrench.register_node("wine:wine_barrel", {
water = wrench.META_TYPE_INT,
},
timer = true,
after_place = function(pos)
local timer = core.get_node_timer(pos)
if not timer:started() then
timer:start(0)
end
end,
})

0 comments on commit 4434883

Please sign in to comment.