From a5426222cb3447e92a7051cbfe7ec8777648e4ee Mon Sep 17 00:00:00 2001 From: Andrei Karas Date: Fri, 30 Jun 2017 18:37:33 +0300 Subject: Allow open chat window with debug tab before connecting to game. --- src/input/inputactionmap.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src/input') diff --git a/src/input/inputactionmap.h b/src/input/inputactionmap.h index a87c0cada..cfe709674 100644 --- a/src/input/inputactionmap.h +++ b/src/input/inputactionmap.h @@ -582,7 +582,7 @@ static const InputActionData inputActionData Input::GRP_DEFAULT | Input::GRP_GUI, &Actions::chatWindowShow, InputAction::NO_VALUE, 50, - InputCondition::GAME | InputCondition::NOTARGET, + InputCondition::SHORTCUT0, "openchat", UseArgs_false, Protected_false}, @@ -2234,7 +2234,7 @@ static const InputActionData inputActionData &Actions::toggleChat, InputAction::NO_VALUE, 50, InputCondition::NOINPUT | InputCondition::NOAWAY - | InputCondition::NOMODAL | InputCondition::INGAME, + | InputCondition::NOMODAL, "chat", UseArgs_false, Protected_false}, -- cgit v1.2.3-60-g2f50