This commit is contained in:
Anuken
2023-04-28 10:29:47 -04:00
parent 102d234129
commit 7de6bd23ea
2 changed files with 2 additions and 2 deletions

View File

@@ -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);
}
}
}