diff options
author | Andrei Karas <akaras@inbox.ru> | 2016-02-26 01:03:32 +0300 |
---|---|---|
committer | Andrei Karas <akaras@inbox.ru> | 2016-02-26 01:03:32 +0300 |
commit | cc3e067e9fdf2a1306e62d13dea0fdb315a925c9 (patch) | |
tree | 10cde9feeab91bb2b80404345ace5975dcbc54b3 /src/dyetool/actions | |
parent | 9bc12d91bb8d149ea49db42bdfb62781081457c8 (diff) | |
download | plus-cc3e067e9fdf2a1306e62d13dea0fdb315a925c9.tar.gz plus-cc3e067e9fdf2a1306e62d13dea0fdb315a925c9.tar.bz2 plus-cc3e067e9fdf2a1306e62d13dea0fdb315a925c9.tar.xz plus-cc3e067e9fdf2a1306e62d13dea0fdb315a925c9.zip |
Add chat command /jail. Also add it to player context menu.
Diffstat (limited to 'src/dyetool/actions')
-rw-r--r-- | src/dyetool/actions/commands.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/dyetool/actions/commands.cpp b/src/dyetool/actions/commands.cpp index 09cd7e56c..5c7398e04 100644 --- a/src/dyetool/actions/commands.cpp +++ b/src/dyetool/actions/commands.cpp @@ -129,5 +129,6 @@ impHandlerVoid(commandImmortal) impHandlerVoid(commandHide) impHandlerVoid(commandNuke) impHandlerVoid(commandKill) +impHandlerVoid(commandJail) } // namespace Actions |