Skip to content

Commit

Permalink
Fix luacheck warning
Browse files Browse the repository at this point in the history
  • Loading branch information
TurkeyMcMac authored and sfan5 committed Feb 13, 2022
1 parent 3c27bb9 commit 4dfadd9
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions mesecons_mvps/init.lua
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 4dfadd9

Please sign in to comment.