diff options
-rw-r--r-- | shop.lua | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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 |