Implement not being able to jail people who can't be jailed.

This commit is contained in:
graywolf336
2013-12-24 22:47:17 -06:00
parent 63032ad6cc
commit 38a4a859e4
3 changed files with 11 additions and 1 deletions

View File

@ -5,6 +5,8 @@ public enum LangString {
BROADCASTMESSAGEFOREVER,
/** The message sent when we broadcast/log the message for any time above -1. */
BROADCASTMESSAGEFORMINUTES,
/** The message sent when trying to jail someone who can't be jailed by permission. */
CANTBEJAILED,
/** The message sent when players are jailed without a reason. */
JAILED,
/** The message sent when players are jailed with a reason. */