If the time is 0, then send a different message.

This commit is contained in:
graywolf336
2014-01-21 12:10:43 -06:00
parent 4c13948549
commit b005248deb
3 changed files with 39 additions and 15 deletions

View File

@ -30,6 +30,8 @@ public enum LangString {
MUTED ("jailing"),
/** The message sent to the prisoner when they try to do something but it is protected. */
PROTECTIONMESSAGE ("jailing"),
/** The message sent to the prisoner when they try to do something and it is protected, but no penalty. */
PROTECTIONMESSAGENOPENALTY ("jailing"),
/** The message sent when players are released from jail. */
UNJAILED ("jailing"),