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
+2
View File
@@ -263,6 +263,8 @@ public abstract class SaveVersion extends SaveFileReader{
//skip the entity region, as the entity and its IO code are now gone
skipChunk(stream, true);
}
context.onReadBuilding();
}
}else if(hadData){
tile.setBlock(block);