diff options
author | ubq323 <ubq323@ubq323.website> | 2022-12-29 22:55:23 +0000 |
---|---|---|
committer | ubq323 <ubq323@ubq323.website> | 2022-12-29 22:55:23 +0000 |
commit | cc01d3e86b750e1a64241b7eef0cef12c847857b (patch) | |
tree | de018465975d7c03187101f050885e61cde11e5b | |
parent | 3f34d40f24579dcdc6e0f8f2fab02c842fcf35cd (diff) |
shop
-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 |