From a6aec9e0cd6901ce8cddef57f876626f9e3de7eb Mon Sep 17 00:00:00 2001 From: Magnus Auvinen Date: Mon, 17 Dec 2007 00:27:41 +0000 Subject: added the ability to kick players --- src/game/g_variables.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'src/game/g_variables.h') diff --git a/src/game/g_variables.h b/src/game/g_variables.h index c2d2eb2c..6cd2540b 100644 --- a/src/game/g_variables.h +++ b/src/game/g_variables.h @@ -32,6 +32,7 @@ MACRO_CONFIG_INT(cl_nameplates_always, 0, 0, 1) MACRO_CONFIG_INT(cl_dynamic_camera, 1, 0, 1) MACRO_CONFIG_INT(cl_team, -10, -1, 0) MACRO_CONFIG_INT(cl_autoswitch_weapons, 0, 0, 1) +MACRO_CONFIG_INT(cl_show_player_ids, 0, 0, 1) MACRO_CONFIG_INT(cl_show_welcome, 1, 0, 1) @@ -61,6 +62,7 @@ MACRO_CONFIG_INT(sv_scorelimit, 20, 0, 1000) MACRO_CONFIG_INT(sv_timelimit, 0, 0, 1000) MACRO_CONFIG_STR(sv_gametype, 32, "dm") MACRO_CONFIG_INT(sv_restart, 0, 0, 120) +MACRO_CONFIG_INT(sv_kick, -1, 0, 0) -- cgit 1.4.1