mirror of
https://github.com/Anuken/Mindustry.git
synced 2025-02-10 02:37:12 +07:00
Fixed #4301
This commit is contained in:
parent
0a5a301573
commit
7372bf37c2
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user