diff options
author | Andrei Karas <akaras@inbox.ru> | 2014-08-27 16:23:06 +0300 |
---|---|---|
committer | Andrei Karas <akaras@inbox.ru> | 2014-08-27 16:23:06 +0300 |
commit | d69abc43187ded70dce586d793a4dc1dbcd1010d (patch) | |
tree | a69ede97c82ba5dd7b2e2ed53f6dc9f7c221fbb9 /src/input/inputactionmap.h | |
parent | 4455f3a3dd5fa28ef7fc1d1cf6d2bff723c90b47 (diff) | |
download | plus-d69abc43187ded70dce586d793a4dc1dbcd1010d.tar.gz plus-d69abc43187ded70dce586d793a4dc1dbcd1010d.tar.bz2 plus-d69abc43187ded70dce586d793a4dc1dbcd1010d.tar.xz plus-d69abc43187ded70dce586d793a4dc1dbcd1010d.zip |
Move chat command /uploadconfig into actions.
Diffstat (limited to 'src/input/inputactionmap.h')
-rw-r--r-- | src/input/inputactionmap.h | 11 |
1 files changed, 10 insertions, 1 deletions
diff --git a/src/input/inputactionmap.h b/src/input/inputactionmap.h index 33d1a3826..5739d8eac 100644 --- a/src/input/inputactionmap.h +++ b/src/input/inputactionmap.h @@ -3530,7 +3530,7 @@ static const InputActionData inputActionData[InputAction::TOTAL] = { InputAction::NO_VALUE, 50, InputCondition::INGAME, "talkraw", - false}, + true}, {"keyTalkPet", InputType::UNKNOWN, InputAction::NO_VALUE, InputType::UNKNOWN, InputAction::NO_VALUE, @@ -3539,6 +3539,15 @@ static const InputActionData inputActionData[InputAction::TOTAL] = { InputAction::NO_VALUE, 50, InputCondition::INGAME, "talkpet", + true}, + {"keyUploadConfig", + InputType::UNKNOWN, InputAction::NO_VALUE, + InputType::UNKNOWN, InputAction::NO_VALUE, + Input::GRP_DEFAULT, + &Actions::uploadConfig, + InputAction::NO_VALUE, 50, + InputCondition::INGAME, + "uploadconfig", false} }; |