mirror of
https://github.com/NoCheatPlus/NoCheatPlus.git
synced 2024-11-07 11:10:05 +01:00
Don't use method name shorteners.
This commit is contained in:
parent
af5fbd900a
commit
d62951ade7
@ -137,7 +137,7 @@ public class ViolationData implements IViolationInfo, ActionData {
|
||||
case CHECK:
|
||||
return check.getClass().getSimpleName();
|
||||
case HEALTH: {
|
||||
String health = getParameter(ParameterName.HEALTH);
|
||||
String health = getParameterValue(ParameterName.HEALTH);
|
||||
return health == null ? (player.getHealth() + "/" + player.getMaxHealth()) : health;
|
||||
}
|
||||
case IP:
|
||||
|
Loading…
Reference in New Issue
Block a user