summaryrefslogtreecommitdiff
path: root/src/input/inputactionmap.h
diff options
context:
space:
mode:
authorAndrei Karas <akaras@inbox.ru>2014-08-26 23:35:31 +0300
committerAndrei Karas <akaras@inbox.ru>2014-08-26 23:35:31 +0300
commit9f39b5c84d0b244e093380e5ad7d53c2a21d2f34 (patch)
tree486e3c373fb7a1e572be9b5a71ed95fc6d4b7707 /src/input/inputactionmap.h
parentc7266cda03bcab72b147b5597a126f01f915fe2c (diff)
downloadplus-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/inputactionmap.h')
-rw-r--r--src/input/inputactionmap.h9
1 files changed, 9 insertions, 0 deletions
diff --git a/src/input/inputactionmap.h b/src/input/inputactionmap.h
index 82973a0cc..b0976916c 100644
--- a/src/input/inputactionmap.h
+++ b/src/input/inputactionmap.h
@@ -3324,6 +3324,15 @@ static const InputActionData inputActionData[InputAction::TOTAL] = {
InputAction::NO_VALUE, 50,
InputCondition::INGAME,
"serverignoreall",
+ false},
+ {"keyServerUnIgnoreAll",
+ InputType::UNKNOWN, InputAction::NO_VALUE,
+ InputType::UNKNOWN, InputAction::NO_VALUE,
+ Input::GRP_DEFAULT,
+ &Actions::serverUnIgnoreAll,
+ InputAction::NO_VALUE, 50,
+ InputCondition::INGAME,
+ "serverunignoreall",
false}
};