Send a message to the sender when they transfer someone...hehe whoops.

This finalizes the development piece of #5, just need to test it.
This commit is contained in:
graywolf336
2014-02-12 13:42:45 -06:00
parent 65f4f47cca
commit f774bf335f
3 changed files with 13 additions and 0 deletions

View File

@ -74,6 +74,10 @@ public enum LangString {
TELEIN ("jailing"),
/** The message sent to the sender when they teleport someone to a jail's teleport out location. */
TELEOUT ("jailing"),
/** The message sent to the sender when they transfer someone to a jail and a cell. */
TRANSFERCOMPLETECELL ("jailing"),
/** The message sent to the sender when they transfer someone to a jail. */
TRANSFERCOMPLETENOCELL ("jailing"),
/** The message sent to the player when they get transferred to a new jail. */
TRANSFERRED ("jailing"),
/** The message sent when players are released from jail. */