Better pattern
This commit is contained in:
parent
038142c6f2
commit
cc829021fc
@ -98,7 +98,7 @@ function mailbox.formspec(pos, owner, num)
|
|||||||
for i = 1, 7 do
|
for i = 1, 7 do
|
||||||
if meta:get_string("giver"..i) ~= "" then
|
if meta:get_string("giver"..i) ~= "" then
|
||||||
giver = giver.."#FFFF00,"..meta:get_string("giver"..i):sub(1, 12)..
|
giver = giver.."#FFFF00,"..meta:get_string("giver"..i):sub(1, 12)..
|
||||||
","..i..",#FFFFFF,x "..meta:get_string("stack"..i):sub(-3):match("%d+")..","
|
","..i..",#FFFFFF,x "..meta:get_string("stack"..i):match("%s(%d+)")..","
|
||||||
end
|
end
|
||||||
end
|
end
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user