Fix luacheck warning

This commit is contained in:
Jude Melton-Houghton 2022-02-12 14:15:04 -05:00 committed by sfan5
parent 3c27bb9350
commit 4dfadd9276
1 changed files with 2 additions and 2 deletions

View File

@ -46,9 +46,9 @@ local function on_mvps_move(moved_nodes)
end
end
function mesecon.mvps_process_stack(stack)
function mesecon.mvps_process_stack()
-- This function is kept for compatibility.
-- It used to call on_placenode on the moved nodes, but that is now done automatically.
-- It used to call on_placenode on moved nodes, but that is now done automatically.
end
-- tests if the node can be pushed into, e.g. air, water, grass