[mesecons_pressureplates] fix warnings

This commit is contained in:
AFCMS 2021-05-23 11:01:29 +02:00
parent 4bc473bc29
commit a9c49853aa
1 changed files with 1 additions and 1 deletions

View File

@ -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)