unify target calculation 2
This commit is contained in:
parent
768f61bc07
commit
b880a9bb10
|
@ -481,7 +481,7 @@ public class ActionStringHandler {
|
|||
|
||||
ret += "DEFAULT RANGE: ";
|
||||
ret += profile.getTargetLow() + " - " + profile.getTargetHigh();
|
||||
ret += " target: " + (profile.getTargetLow() + profile.getTargetHigh()) / 2;
|
||||
ret += " target: " + profile.getTarget();
|
||||
return ret;
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue