summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--shop.lua2
1 files changed, 1 insertions, 1 deletions
diff --git a/shop.lua b/shop.lua
index 7427ffb..23ca0aa 100644
--- a/shop.lua
+++ b/shop.lua
@@ -64,7 +64,7 @@ function proctrans(tr)
else
tell("that's the wrong about of money. please send "..PRICE.."kst. (todo: refund you)")
- if meta.return then
+ if meta['return'] then
-- todo: refund
end
end