Correct team display on maps

This commit is contained in:
Anuken
2020-10-31 10:35:21 -04:00
parent 2c29a06eb5
commit 8d6ea6b197
5 changed files with 30 additions and 6 deletions
@@ -85,6 +85,8 @@ public abstract class LegacySaveVersion extends SaveVersion{
}catch(Throwable e){
throw new IOException("Failed to read tile entity of block: " + block, e);
}
context.onReadBuilding();
}else{
int consecutives = stream.readUnsignedByte();