forked from VoxeLibre/VoxeLibre
[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,
|
wield_image = image_w,
|
||||||
paramtype = "light",
|
paramtype = "light",
|
||||||
walkable = false,
|
walkable = false,
|
||||||
description = description,
|
description = description,
|
||||||
on_timer = pp_on_timer,
|
on_timer = pp_on_timer,
|
||||||
on_construct = function(pos)
|
on_construct = function(pos)
|
||||||
minetest.get_node_timer(pos):start(PRESSURE_PLATE_INTERVAL)
|
minetest.get_node_timer(pos):start(PRESSURE_PLATE_INTERVAL)
|
||||||
|
|
Loading…
Reference in New Issue