diff options
author | Gabriel Pérez-Cerezo <gabriel@gpcf.eu> | 2018-05-10 22:17:17 +0200 |
---|---|---|
committer | Gabriel Pérez-Cerezo <gabriel@gpcf.eu> | 2018-05-10 22:17:17 +0200 |
commit | 6f50d28c106e7486d910070806ad67d0be64c93d (patch) | |
tree | 7c900878742e4654cb5127df977675ecdf66eb06 | |
parent | 91da58d88a2c3953f5989f98b23487b9e5343030 (diff) | |
download | smartshop-6f50d28c106e7486d910070806ad67d0be64c93d.tar.gz smartshop-6f50d28c106e7486d910070806ad67d0be64c93d.tar.bz2 smartshop-6f50d28c106e7486d910070806ad67d0be64c93d.zip |
remove syntax error
-rw-r--r-- | init.lua | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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,
|