Fixed IO issues

This commit is contained in:
Anuken
2020-02-13 22:26:24 -05:00
parent 09c57c32d6
commit c4464e67fd
5 changed files with 12 additions and 9 deletions

View File

@@ -247,7 +247,6 @@ public abstract class SaveVersion extends SaveFileReader{
}
}
int amount = stream.readInt();
for(int j = 0; j < amount; j++){
readChunk(stream, true, in -> {