From f8615f21b3603a0d67e70829afda83097103e4cc Mon Sep 17 00:00:00 2001 From: Thomas--S <Thomas--S@users.noreply.github.com> Date: Sat, 20 May 2017 15:00:24 +0200 Subject: [PATCH] Fix typo --- streets_light/init.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/streets_light/init.lua b/streets_light/init.lua index be901ec..ca4fd78 100644 --- a/streets_light/init.lua +++ b/streets_light/init.lua @@ -258,7 +258,7 @@ minetest.register_node(":streets:light_vertical_on", { } }, drop = "streets:light_vertical_off", - on_construct = on_constract, + on_construct = on_construct, on_punch = on_punch, on_receive_fields = on_receive_fields, digiline = def_digiline,