This commit is contained in:
Даркнесс#3729
2023-06-21 09:05:39 -04:00
committed by GitHub
parent 06cd71e13c
commit fbc6740668
+1 -1
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);
}
}