summaryrefslogtreecommitdiff
path: root/src/dyetool
diff options
context:
space:
mode:
authorAndrei Karas <akaras@inbox.ru>2016-02-26 01:03:32 +0300
committerAndrei Karas <akaras@inbox.ru>2016-02-26 01:03:32 +0300
commitcc3e067e9fdf2a1306e62d13dea0fdb315a925c9 (patch)
tree10cde9feeab91bb2b80404345ace5975dcbc54b3 /src/dyetool
parent9bc12d91bb8d149ea49db42bdfb62781081457c8 (diff)
downloadplus-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')
-rw-r--r--src/dyetool/actions/commands.cpp1
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