.
This commit is contained in:
parent
04dcdf2be5
commit
5505fcae4b
@ -51,7 +51,7 @@ end
|
||||
for k,v in pairs(lines) do
|
||||
print(k)
|
||||
if string.match(v, "green") then
|
||||
--print(k .. ": yay")
|
||||
print(k .. ": green")
|
||||
-- lines containing "green"
|
||||
xStart = string.find(v, "x=\"")
|
||||
xEnd = string.find(v, "\" y=")
|
||||
|
Loading…
Reference in New Issue
Block a user