diff options
author | Andrei Karas <akaras@inbox.ru> | 2016-02-26 01:19:03 +0300 |
---|---|---|
committer | Andrei Karas <akaras@inbox.ru> | 2016-02-26 01:19:03 +0300 |
commit | 8fcd2e6f3002db388b1273ee3904285eb3ce8c54 (patch) | |
tree | b27f88fff1c61916603a6094ea5c4184562e6d0e /src/dyetool/actions | |
parent | cc3e067e9fdf2a1306e62d13dea0fdb315a925c9 (diff) | |
download | mv-8fcd2e6f3002db388b1273ee3904285eb3ce8c54.tar.gz mv-8fcd2e6f3002db388b1273ee3904285eb3ce8c54.tar.bz2 mv-8fcd2e6f3002db388b1273ee3904285eb3ce8c54.tar.xz mv-8fcd2e6f3002db388b1273ee3904285eb3ce8c54.zip |
Add chat command /unjail. 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 5c7398e04..cfd21fdd0 100644 --- a/src/dyetool/actions/commands.cpp +++ b/src/dyetool/actions/commands.cpp @@ -130,5 +130,6 @@ impHandlerVoid(commandHide) impHandlerVoid(commandNuke) impHandlerVoid(commandKill) impHandlerVoid(commandJail) +impHandlerVoid(commandUnjail) } // namespace Actions |