diff options
author | Andrei Karas <akaras@inbox.ru> | 2014-12-12 20:29:50 +0300 |
---|---|---|
committer | Andrei Karas <akaras@inbox.ru> | 2014-12-12 20:29:50 +0300 |
commit | 645553c783c2cacb1ed140aa53792c35c3b971d2 (patch) | |
tree | fe47d96a441ca3be35c0747b4494677d023df6c2 /src/input/inputaction.h | |
parent | b07ac409f1940d3767c8e4ade0990d11d2d38b96 (diff) | |
download | plus-645553c783c2cacb1ed140aa53792c35c3b971d2.tar.gz plus-645553c783c2cacb1ed140aa53792c35c3b971d2.tar.bz2 plus-645553c783c2cacb1ed140aa53792c35c3b971d2.tar.xz plus-645553c783c2cacb1ed140aa53792c35c3b971d2.zip |
Add chat command for move to being location.
New chat command: /navigateto NAME
Diffstat (limited to 'src/input/inputaction.h')
-rw-r--r-- | src/input/inputaction.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/input/inputaction.h b/src/input/inputaction.h index 0287e3f42..f7b061e88 100644 --- a/src/input/inputaction.h +++ b/src/input/inputaction.h @@ -498,6 +498,7 @@ namespace InputAction USE, CHAT_ADD, WHISPER_TEXT, + NAVIGATE_TO, TOTAL }; } // namespace InputAction |