This commit is contained in:
Даркнесс#3729
2023-06-21 16:05:39 +03:00
committed by GitHub
parent 06cd71e13c
commit fbc6740668

View File

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