Fix syntax error with hopper check

This commit is contained in:
wallabra 2022-06-20 20:37:15 -03:00
parent 54e9477f37
commit d57097baef
Signed by untrusted user: Gustavo6046
GPG Key ID: 56BA7150FE60F0E2
1 changed files with 1 additions and 1 deletions

View File

@ -458,7 +458,7 @@ minetest.register_abm({
-- Try to move an item below before moving it sideways
local downnode = minetest.get_node(downpos)
if minetest.registered_nodes[downnode.name] and \
if minetest.registered_nodes[downnode.name] and
mcl_util.move_item_container(pos, downpos) then return end
-- Move an item from the hopper into the container to which the hopper points to