fix (#8736)
This commit is contained in:
@@ -408,7 +408,7 @@ public class Units{
|
||||
if(team != null){
|
||||
team.data().tree().intersect(x, y, width, height, cons);
|
||||
}else{
|
||||
for(var other : state.teams.getActive()){
|
||||
for(var other : state.teams.present){
|
||||
other.tree().intersect(x, y, width, height, cons);
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user