From 0f49c02c2813ce853a7699b673103c8ef5edc05d Mon Sep 17 00:00:00 2001 From: Andrei Karas Date: Thu, 25 May 2017 22:25:26 +0300 Subject: Add chat command for warp to player. --- 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 d3f36d21c..e42e659d8 100644 --- a/src/input/inputactionmap.h +++ b/src/input/inputactionmap.h @@ -5672,6 +5672,12 @@ static const InputActionData inputActionData "clipboardcopy|copyclipboard", UseArgs_true, Protected_true}, + {"keyGotoPc", + defaultAction(&Actions::commandGotoPc), + InputCondition::INGAME, + "goto|gotopc", + UseArgs_true, + Protected_true}, }; #undef defaultAction -- cgit v1.2.3-60-g2f50