From 6f50d28c106e7486d910070806ad67d0be64c93d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Gabriel=20P=C3=A9rez-Cerezo?= Date: Thu, 10 May 2018 22:17:17 +0200 Subject: remove syntax error --- init.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/init.lua b/init.lua index 62f9250..0deaef7 100644 --- a/init.lua +++ b/init.lua @@ -536,7 +536,7 @@ minetest.register_chatcommand("smstats", { minetest.register_lbm({ name = "smartshop:update", - nodenames = {"smartshop:shop"} + nodenames = {"smartshop:shop"}, action = function(pos, node) smartshop.update_info(pos) end, -- cgit v1.2.3