diff options
Diffstat (limited to 'src/input/inputactionmap.h')
-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 ecc9a40ad..90fb66f8c 100644 --- a/src/input/inputactionmap.h +++ b/src/input/inputactionmap.h @@ -5467,6 +5467,12 @@ static const InputActionData inputActionData "npcshow|shownpc", UseArgs_true, Protected_true}, + {"keyCommandChangePartyLeader", + defaultAction(&Actions::commandChangePartyLeader), + InputCondition::INGAME, + "gmpartyleader|changepartyleader", + UseArgs_true, + Protected_true}, }; #undef defaultAction |