summaryrefslogtreecommitdiff
path: root/shop.lua
diff options
context:
space:
mode:
authorubq323 <ubq323@ubq323.website>2022-12-29 22:55:23 +0000
committerubq323 <ubq323@ubq323.website>2022-12-29 22:55:23 +0000
commitcc01d3e86b750e1a64241b7eef0cef12c847857b (patch)
treede018465975d7c03187101f050885e61cde11e5b /shop.lua
parent3f34d40f24579dcdc6e0f8f2fab02c842fcf35cd (diff)
shop
Diffstat (limited to 'shop.lua')
-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