mirror of
https://git.minetest.land/MineClone2/MineClone2.git
synced 2025-02-17 21:23:44 +01:00
[mesecons_pressureplates] fix warnings
This commit is contained in:
@ -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)
|
||||
|
Reference in New Issue
Block a user