summaryrefslogtreecommitdiff
path: root/shop.lua
diff options
context:
space:
mode:
authorubq323 <ubq323@ubq323.website>2022-12-29 22:26:41 +0000
committerubq323 <ubq323@ubq323.website>2022-12-29 22:26:41 +0000
commit5b959b346ab38eef9af699c01610146405c6abdc (patch)
tree399e191c6e7058086cd915a2445e85e465f17f48 /shop.lua
parent63cbdfdecff90ca86f19e74e7fff52d51eec18ce (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 7bd3c81..be8fbf2 100644
--- a/shop.lua
+++ b/shop.lua
@@ -22,7 +22,7 @@ function parsemeta(m)
local out = {}
for s in string.gmatch(m..";","(.-);") do
local k,v = s:match"^(.-)=(.-)$"
- if k=nil then
+ if k==nil then
out.recipient = s
else
out[k]=v