diff options
author | Andrei Karas <akaras@inbox.ru> | 2014-08-26 23:35:31 +0300 |
---|---|---|
committer | Andrei Karas <akaras@inbox.ru> | 2014-08-26 23:35:31 +0300 |
commit | 9f39b5c84d0b244e093380e5ad7d53c2a21d2f34 (patch) | |
tree | 486e3c373fb7a1e572be9b5a71ed95fc6d4b7707 /src/input/inputaction.h | |
parent | c7266cda03bcab72b147b5597a126f01f915fe2c (diff) | |
download | plus-9f39b5c84d0b244e093380e5ad7d53c2a21d2f34.tar.gz plus-9f39b5c84d0b244e093380e5ad7d53c2a21d2f34.tar.bz2 plus-9f39b5c84d0b244e093380e5ad7d53c2a21d2f34.tar.xz plus-9f39b5c84d0b244e093380e5ad7d53c2a21d2f34.zip |
Move chat command /serverunignoreall 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 572333a3d..cb79d84a2 100644 --- a/src/input/inputaction.h +++ b/src/input/inputaction.h @@ -395,6 +395,7 @@ namespace InputAction ADD_IGNORE_ATTACK, DUMP, SERVER_IGNORE_ALL, + SERVER_UNIGNORE_ALL, TOTAL }; } // namespace InputAction |