diff options
author | Andrei Karas <akaras@inbox.ru> | 2016-03-01 14:27:18 +0300 |
---|---|---|
committer | Andrei Karas <akaras@inbox.ru> | 2016-03-01 14:27:18 +0300 |
commit | 5f4951d34c52e92ddd38606b140e8dcded25448c (patch) | |
tree | 560bd34ab871b4c903d44f98832ee4680c091e46 /src/input | |
parent | a5ce1a9872c4c34af4d4336e3fd512036511c659 (diff) | |
download | plus-5f4951d34c52e92ddd38606b140e8dcded25448c.tar.gz plus-5f4951d34c52e92ddd38606b140e8dcded25448c.tar.bz2 plus-5f4951d34c52e92ddd38606b140e8dcded25448c.tar.xz plus-5f4951d34c52e92ddd38606b140e8dcded25448c.zip |
Add chat command /breakguild. Also add it to player context menu.
Diffstat (limited to 'src/input')
-rw-r--r-- | src/input/inputactionmap.h | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/src/input/inputactionmap.h b/src/input/inputactionmap.h index 0fb223d53..b8df98796 100644 --- a/src/input/inputactionmap.h +++ b/src/input/inputactionmap.h @@ -5479,6 +5479,12 @@ static const InputActionData inputActionData "partyrecall|recallparty", UseArgs_true, Protected_true}, + {"keyCommandBreakGuild", + defaultAction(&Actions::commandBreakGuild), + InputCondition::INGAME, + "breakguild|gmbreakguild", + UseArgs_true, + Protected_true}, }; #undef defaultAction |