Fixed font

This commit is contained in:
Anuken
2018-10-19 09:56:50 -04:00
parent 01ceedccd5
commit cfa6d7080c
3 changed files with 2 additions and 5 deletions
@@ -37,7 +37,6 @@ public class Units{
*/
public static boolean invalidateTarget(TargetTrait target, Team team, float x, float y, float range){
return target == null || (range != Float.MAX_VALUE && target.distanceTo(x, y) > range) || target.getTeam() == team || !target.isValid();
}
/**