diff options
-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,
|