Fixed #8529
This commit is contained in:
@@ -68,7 +68,7 @@ abstract class BlockUnitComp implements Unitc{
|
||||
if(tile != null && this.team != team){
|
||||
this.team = team;
|
||||
if(tile.team != team){
|
||||
tile.team(team);
|
||||
tile.changeTeam(team);
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user