diff options
author | Andrei Karas <akaras@inbox.ru> | 2014-08-26 18:40:02 +0300 |
---|---|---|
committer | Andrei Karas <akaras@inbox.ru> | 2014-08-26 18:40:02 +0300 |
commit | 537b66dbab370463a4a8d0d860a98626f73b4635 (patch) | |
tree | b57561ba706939d73ecce4f3242cdca6ed515b46 /src/input/inputaction.h | |
parent | 2f345a6bf8385bf0874b976d0da9790faa4ee0ff (diff) | |
download | plus-537b66dbab370463a4a8d0d860a98626f73b4635.tar.gz plus-537b66dbab370463a4a8d0d860a98626f73b4635.tar.bz2 plus-537b66dbab370463a4a8d0d860a98626f73b4635.tar.xz plus-537b66dbab370463a4a8d0d860a98626f73b4635.zip |
Move chat command /disconnect into actions.
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 f1c7becea..403433064 100644 --- a/src/input/inputaction.h +++ b/src/input/inputaction.h @@ -383,6 +383,7 @@ namespace InputAction PRICE_LOAD, PRICE_SAVE, CACHE_INFO, + DISCONNECT, TOTAL }; } // namespace InputAction |