From 0b448599f2a1422630e80fbd12f7c6fd9792460e Mon Sep 17 00:00:00 2001 From: Andrei Karas Date: Thu, 25 Feb 2016 21:34:05 +0300 Subject: Add chat command /alive. Also add it to player context menu. --- src/input/inputactionmap.h | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'src/input') diff --git a/src/input/inputactionmap.h b/src/input/inputactionmap.h index 299af0268..8f839e716 100644 --- a/src/input/inputactionmap.h +++ b/src/input/inputactionmap.h @@ -5401,6 +5401,12 @@ static const InputActionData inputActionData "gmheal", UseArgs_true, Protected_true}, + {"keyCommandAlive", + defaultAction(&Actions::commandAlive), + InputCondition::INGAME, + "alive|revive", + UseArgs_true, + Protected_true}, }; #undef defaultAction -- cgit v1.2.3-60-g2f50