diff options
author | Andrei Karas <akaras@inbox.ru> | 2016-02-25 22:41:18 +0300 |
---|---|---|
committer | Andrei Karas <akaras@inbox.ru> | 2016-02-25 22:41:18 +0300 |
commit | bb0b0d183a4f777653df14f5e003b893e47a9e76 (patch) | |
tree | ff6b0c8038330e88dd7d16688048f208b7a5a5be /src/input | |
parent | 66c33ea3f5e82ae09b935f65d7183b4ffc8bb9b1 (diff) | |
download | plus-bb0b0d183a4f777653df14f5e003b893e47a9e76.tar.gz plus-bb0b0d183a4f777653df14f5e003b893e47a9e76.tar.bz2 plus-bb0b0d183a4f777653df14f5e003b893e47a9e76.tar.xz plus-bb0b0d183a4f777653df14f5e003b893e47a9e76.zip |
Add chat command /nuke. 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 625b7dd88..01522c8e4 100644 --- a/src/input/inputactionmap.h +++ b/src/input/inputactionmap.h @@ -5425,6 +5425,12 @@ static const InputActionData inputActionData "hide", UseArgs_true, Protected_true}, + {"keyCommandNuke", + defaultAction(&Actions::commandNuke), + InputCondition::INGAME, + "nuke", + UseArgs_true, + Protected_true}, }; #undef defaultAction |