Sync to 4.2.0

This commit is contained in:
2021-08-26 21:01:54 +02:00
parent b077bed206
commit 909c19f8cb
5 changed files with 69 additions and 26 deletions

View File

@ -14,7 +14,7 @@ fp:close()
for tag, value in pairs(entags) do
if not frtags[tag] then
print(tag, value)
print('"'..tag..'":"'.. value..'",')
end
end