diff options
author | Andrei Karas <akaras@inbox.ru> | 2015-05-07 23:17:42 +0300 |
---|---|---|
committer | Andrei Karas <akaras@inbox.ru> | 2015-05-07 23:31:20 +0300 |
commit | 21036c157955da93485e0b4ea5d22116cfdaba33 (patch) | |
tree | 9f0ddb8baa8e6dcb7023a8f39d325b810e9ceab7 /src/input/inputactionmap.h | |
parent | ef6869c9759246b3a0d6cc1c58a25773ccfcc858 (diff) | |
download | mv-21036c157955da93485e0b4ea5d22116cfdaba33.tar.gz mv-21036c157955da93485e0b4ea5d22116cfdaba33.tar.bz2 mv-21036c157955da93485e0b4ea5d22116cfdaba33.tar.xz mv-21036c157955da93485e0b4ea5d22116cfdaba33.zip |
Remove bot checker window.
Diffstat (limited to 'src/input/inputactionmap.h')
-rw-r--r-- | src/input/inputactionmap.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/input/inputactionmap.h b/src/input/inputactionmap.h index 71408667c..d247da765 100644 --- a/src/input/inputactionmap.h +++ b/src/input/inputactionmap.h @@ -623,10 +623,10 @@ static const InputActionData inputActionData[InputAction::TOTAL] = { emptyKey, emptyKey, Input::GRP_DEFAULT | Input::GRP_GUI, - &Actions::botcheckerWindowShow, + nullptr, InputAction::NO_VALUE, 50, InputCondition::GAME | InputCondition::NOTARGET, - "botchecker|openbotchecker", + "", false}, {"keyWindowOnline", emptyKey, |