From 704b5b31fea63483c81f0744d88e46a856573424 Mon Sep 17 00:00:00 2001 From: Andrei Karas Date: Thu, 25 Feb 2016 20:13:04 +0300 Subject: Add chat command /killer. 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 3a90e4a5d..93f1e73bb 100644 --- a/src/input/inputactionmap.h +++ b/src/input/inputactionmap.h @@ -5383,6 +5383,12 @@ static const InputActionData inputActionData "gotonpc|warptonpc", UseArgs_true, Protected_true}, + {"keyCommandKiller", + defaultAction(&Actions::commandKiller), + InputCondition::INGAME, + "setkiller|killer", + UseArgs_true, + Protected_true}, }; #undef defaultAction -- cgit v1.2.3-70-g09d2