Add ParameterName.COMPONENT, for check details on violations.

This commit is contained in:
asofold 2012-11-05 07:04:25 +01:00
parent 619359cc32
commit dbdebd0e84

View File

@ -21,8 +21,9 @@ package fr.neatmonster.nocheatplus.actions;
* Some wildcards that are used in commands and log messages. * Some wildcards that are used in commands and log messages.
*/ */
public enum ParameterName { public enum ParameterName {
CHECK("check"),
BLOCK_ID("blockid"), BLOCK_ID("blockid"),
CHECK("check"),
COMPONENT("component"),
DISTANCE("distance"), DISTANCE("distance"),
FALL_DISTANCE("falldistance"), FALL_DISTANCE("falldistance"),
FOOD("food"), FOOD("food"),