mirror of
https://github.com/Anuken/Mindustry.git
synced 2025-02-11 11:17:11 +07:00
Fixed legacy maps loading with no team
This commit is contained in:
parent
8ad6f3abcc
commit
41f734b04d
@ -414,8 +414,8 @@ public class MapIO{
|
||||
Tile tile = tiles.get(x, y);
|
||||
byte floorb = stream.readByte();
|
||||
byte blockb = stream.readByte();
|
||||
byte rotTeamb = stream.readByte();
|
||||
byte link = stream.readByte();
|
||||
byte rotTeamb = stream.readByte();
|
||||
stream.readByte();//unused stuff
|
||||
|
||||
tile.setFloor((Floor)content.block(map.get(floorb, 0)));
|
||||
|
Loading…
Reference in New Issue
Block a user