diff options
author | Andrei Karas <akaras@inbox.ru> | 2014-08-26 23:43:37 +0300 |
---|---|---|
committer | Andrei Karas <akaras@inbox.ru> | 2014-08-26 23:44:11 +0300 |
commit | 84edefedf8e3688f618f0dde8169d6ee18624e6e (patch) | |
tree | d54e877cdb20ff88f998f4f07647a30fbb738177 /src/input/inputaction.h | |
parent | 8314a1808ff96ec8990c4d9055cad41c05f07dc2 (diff) | |
download | plus-84edefedf8e3688f618f0dde8169d6ee18624e6e.tar.gz plus-84edefedf8e3688f618f0dde8169d6ee18624e6e.tar.bz2 plus-84edefedf8e3688f618f0dde8169d6ee18624e6e.tar.xz plus-84edefedf8e3688f618f0dde8169d6ee18624e6e.zip |
Move chat command /error 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 d81a66352..aa69f4a19 100644 --- a/src/input/inputaction.h +++ b/src/input/inputaction.h @@ -397,6 +397,7 @@ namespace InputAction SERVER_IGNORE_ALL, SERVER_UNIGNORE_ALL, SET_DROP, + ERROR, TOTAL }; } // namespace InputAction |