Merge pull request #1832 from tha23rd/fix-stoned-loot-json-reading
stonedloottracker: correctly read JSON
This commit is contained in:
@@ -118,7 +118,7 @@ public class LootRecordWriter
|
||||
{
|
||||
totalBrackets++;
|
||||
}
|
||||
else if (line.contains("}"))
|
||||
if (line.contains("}"))
|
||||
{
|
||||
totalBrackets--;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user