Get the muted message from the Language File

This commit is contained in:
graywolf336
2014-01-04 00:22:26 -06:00
parent 369c874add
commit ab74a158b8
3 changed files with 5 additions and 2 deletions

View File

@ -17,6 +17,8 @@ public enum LangString {
JAILED ("jailing"),
/** The message sent when players are jailed with a reason. */
JAILEDWITHREASON ("jailing"),
/** The message sent when players are jailed and they try to talk. */
MUTED ("jailing"),
/** The message sent when players are released from jail. */
UNJAILED ("jailing"),