From abdc57a4acfa490ee34985b56b2d985266ccc7e4 Mon Sep 17 00:00:00 2001 From: Andrei Karas Date: Wed, 27 Aug 2014 15:45:07 +0300 Subject: Move chat command /enableaway into actions. --- src/input/inputactionmap.h | 9 +++++++++ 1 file changed, 9 insertions(+) (limited to 'src/input/inputactionmap.h') diff --git a/src/input/inputactionmap.h b/src/input/inputactionmap.h index d2d09c770..f3ce27a76 100644 --- a/src/input/inputactionmap.h +++ b/src/input/inputactionmap.h @@ -3494,6 +3494,15 @@ static const InputActionData inputActionData[InputAction::TOTAL] = { InputAction::NO_VALUE, 50, InputCondition::INGAME, "disableaway", + false}, + {"keyEnableAway", + InputType::UNKNOWN, InputAction::NO_VALUE, + InputType::UNKNOWN, InputAction::NO_VALUE, + Input::GRP_DEFAULT, + &Actions::enableAway, + InputAction::NO_VALUE, 50, + InputCondition::INGAME, + "enableaway", false} }; -- cgit v1.2.3-60-g2f50