master
Juraj Vajda 2018-12-03 21:47:29 -05:00
parent 4eeb70a26c
commit 7ead1ebce4
1 changed files with 1 additions and 1 deletions

View File

@ -1198,7 +1198,7 @@ minetest.register_node("basic_machines:mover", {
if udef and
udef.on_place and
placer ~= nil and
(name_parts[1] == "farming" or name_parts[1] == "farming_addons" ) then
(name_parts[1] == "farming" or name_parts[1] == "farming_addons" ) then
udef.on_place(stack, placer, pointed_thing)
-- on_place not found in udef - use set_node instead or placer not online
else