forked from MineClone5/MineClone5
[mesecons_pressureplates] fix warnings
This commit is contained in:
parent
4bc473bc29
commit
a9c49853aa
|
@ -116,7 +116,7 @@ function mesecon.register_pressure_plate(basename, description, textures_off, te
|
|||
wield_image = image_w,
|
||||
paramtype = "light",
|
||||
walkable = false,
|
||||
description = description,
|
||||
description = description,
|
||||
on_timer = pp_on_timer,
|
||||
on_construct = function(pos)
|
||||
minetest.get_node_timer(pos):start(PRESSURE_PLATE_INTERVAL)
|
||||
|
|
Loading…
Reference in New Issue