From e49cbd2dfc23b1ad0b8f568a7b0e8bc054546230 Mon Sep 17 00:00:00 2001 From: Andrei Karas Date: Fri, 1 May 2015 01:27:31 +0300 Subject: Add chat command to show server configuration variable in chat. New chat command: /servconfget varname Alias: /getservconf varname --- src/input/inputaction.h | 1 + src/input/inputactionmap.h | 5 +++++ 2 files changed, 6 insertions(+) (limited to 'src/input') diff --git a/src/input/inputaction.h b/src/input/inputaction.h index ad34a254c..5faee657c 100644 --- a/src/input/inputaction.h +++ b/src/input/inputaction.h @@ -599,6 +599,7 @@ namespace InputAction CONF_SET, SERVER_CONF_SET, CONG_GET, + SERVER_CONG_GET, TOTAL }; } // namespace InputAction diff --git a/src/input/inputactionmap.h b/src/input/inputactionmap.h index 653c83973..71408667c 100644 --- a/src/input/inputactionmap.h +++ b/src/input/inputactionmap.h @@ -4484,6 +4484,11 @@ static const InputActionData inputActionData[InputAction::TOTAL] = { InputCondition::INGAME, "confget|getconf", true}, + {"keyServerConfGet", + defaultAction(&Actions::serverConfGet), + InputCondition::INGAME, + "servconfget|getservconf", + true}, }; #undef defaultAction -- cgit v1.2.3-70-g09d2