This commit is contained in:
Anuken 2021-01-10 15:23:15 -05:00
parent 0a5a301573
commit 7372bf37c2

View File

@ -105,7 +105,7 @@ abstract class UnitComp implements Healthc, Physicsc, Hitboxc, Statusc, Teamc, I
@Override
public float range(){
return type.range;
return type.maxRange;
}
@Replace