From 0b9105af0ae2b85a0a3ea5364d8a854d107ce34a Mon Sep 17 00:00:00 2001 From: Andrei Karas Date: Wed, 27 Aug 2014 15:40:34 +0300 Subject: Move chat command /disableaway 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 244400d1b..d2d09c770 100644 --- a/src/input/inputactionmap.h +++ b/src/input/inputactionmap.h @@ -3485,6 +3485,15 @@ static const InputActionData inputActionData[InputAction::TOTAL] = { InputAction::NO_VALUE, 50, InputCondition::INGAME, "removename", + false}, + {"keyDisableAway", + InputType::UNKNOWN, InputAction::NO_VALUE, + InputType::UNKNOWN, InputAction::NO_VALUE, + Input::GRP_DEFAULT, + &Actions::disableAway, + InputAction::NO_VALUE, 50, + InputCondition::INGAME, + "disableaway", false} }; -- cgit v1.2.3-60-g2f50