diff options
-rw-r--r-- | init.lua | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -130,6 +130,9 @@ end smartshop.receive_fields=function(player,pressed) local pname = player:get_player_name() + if not smartshop.user[pname] then + return + end local pos = smartshop.user[pname][1] local owner = smartshop.user[pname][2] if not pos then |