From bb0b0d183a4f777653df14f5e003b893e47a9e76 Mon Sep 17 00:00:00 2001 From: Andrei Karas Date: Thu, 25 Feb 2016 22:41:18 +0300 Subject: Add chat command /nuke. Also add it to player context menu. --- src/input/inputactionmap.h | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'src/input/inputactionmap.h') 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 -- cgit v1.2.3-70-g09d2