This commit is contained in:
buthed010203 2021-08-18 12:52:12 -04:00 committed by GitHub
parent 1bf173b1ee
commit 179f44cd37
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -114,7 +114,7 @@ public class EnergyFieldAbility extends Ability{
}
all.sort(h -> h.dst2(rx, ry));
int len = Math.min(all.size, maxTargets);//
int len = Math.min(all.size, maxTargets);
for(int i = 0; i < len; i++){
Healthc other = all.get(i);