diff options
author | Andrei Karas <akaras@inbox.ru> | 2016-02-25 22:29:43 +0300 |
---|---|---|
committer | Andrei Karas <akaras@inbox.ru> | 2016-02-25 22:29:43 +0300 |
commit | 66c33ea3f5e82ae09b935f65d7183b4ffc8bb9b1 (patch) | |
tree | 6ab4c5a48bc54f7e0156f3ef64851f51c76ba95a /src/dyetool | |
parent | 46f4e5fb5c77d01de334e059b88837f8c7fe1f3e (diff) | |
download | plus-66c33ea3f5e82ae09b935f65d7183b4ffc8bb9b1.tar.gz plus-66c33ea3f5e82ae09b935f65d7183b4ffc8bb9b1.tar.bz2 plus-66c33ea3f5e82ae09b935f65d7183b4ffc8bb9b1.tar.xz plus-66c33ea3f5e82ae09b935f65d7183b4ffc8bb9b1.zip |
Add chat command /hide. Also add it to player context menu.
Diffstat (limited to 'src/dyetool')
-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 c885e7c48..5debac3d0 100644 --- a/src/dyetool/actions/commands.cpp +++ b/src/dyetool/actions/commands.cpp @@ -126,5 +126,6 @@ impHandlerVoid(commandHeal) impHandlerVoid(commandAlive) impHandlerVoid(commandDisguise) impHandlerVoid(commandImmortal) +impHandlerVoid(commandHide) } // namespace Actions |