summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGabriel Pérez-Cerezo <gabriel@gpcf.eu>2018-05-10 22:17:17 +0200
committerGabriel Pérez-Cerezo <gabriel@gpcf.eu>2018-05-10 22:17:17 +0200
commit6f50d28c106e7486d910070806ad67d0be64c93d (patch)
tree7c900878742e4654cb5127df977675ecdf66eb06
parent91da58d88a2c3953f5989f98b23487b9e5343030 (diff)
downloadsmartshop-6f50d28c106e7486d910070806ad67d0be64c93d.tar.gz
smartshop-6f50d28c106e7486d910070806ad67d0be64c93d.tar.bz2
smartshop-6f50d28c106e7486d910070806ad67d0be64c93d.zip
remove syntax error
-rw-r--r--init.lua2
1 files changed, 1 insertions, 1 deletions
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,