correctly read pretty printed json

This commit is contained in:
tha23rd
2019-10-23 20:45:43 -04:00
parent a996fdc092
commit 0cb7b30e29

View File

@@ -118,7 +118,7 @@ public class LootRecordWriter
{
totalBrackets++;
}
else if (line.contains("}"))
if (line.contains("}"))
{
totalBrackets--;
}