Log the unjailing to console if we have that enabled.

This commit is contained in:
graywolf336
2014-01-22 17:48:32 -06:00
parent cb22fe9786
commit d6ad4df991
3 changed files with 8 additions and 0 deletions

View File

@ -28,6 +28,8 @@ public enum LangString {
BROADCASTMESSAGEFOREVER ("jailing"),
/** The message sent when we broadcast/log the message for any time above -1. */
BROADCASTMESSAGEFORMINUTES ("jailing"),
/** The message sent to the broadcast/log the unjailing of someone. */
BROADCASTUNJAILING ("jailing"),
/** The message sent to the sender when trying to jail someone and a plugin cancels it but doesn't leave a message why. */
CANCELLEDBYANOTHERPLUGIN ("jailing"),
/** The message sent when trying to jail someone who can't be jailed by permission. */