Improves un-setting of NPC values #10
This commit is contained in:
@ -158,7 +158,12 @@ public enum TranslatableMessage {
|
||||
/**
|
||||
* The text to display when describing more than 5 minutes remaining
|
||||
*/
|
||||
INTERVAL_MORE_THAN_5_MINUTES;
|
||||
INTERVAL_MORE_THAN_5_MINUTES,
|
||||
|
||||
/**
|
||||
* The marker used for displaying that a given setting has been overridden for the selected NPC
|
||||
*/
|
||||
SETTING_OVERRIDDEN_MARKER;
|
||||
|
||||
/**
|
||||
* Gets the message to display when displaying the raw value of messages
|
||||
|
Reference in New Issue
Block a user