mirror of
https://github.com/minetest-mods/mesecons.git
synced 2025-07-01 15:20:23 +02:00
Fix luacheck warning
This commit is contained in:
@ -33,7 +33,7 @@ mesecon._test_moves = {}
|
||||
minetest.register_node("mesecons_mvps:test_on_move", {
|
||||
description = "Test Moveable",
|
||||
mesecon = {
|
||||
on_mvps_move = function(pos, node, oldpos, meta)
|
||||
on_mvps_move = function(pos, _, oldpos, meta)
|
||||
table.insert(mesecon._test_moves, {pos, oldpos, meta})
|
||||
end
|
||||
},
|
||||
|
Reference in New Issue
Block a user