From 75166d043e3139040689e85e063199e94fed2a92 Mon Sep 17 00:00:00 2001 From: Rudolf Polzer Date: Sat, 17 May 2014 10:42:09 +0200 Subject: [PATCH] As agreed on poll #246, drop race game type from the menu. To activate it, either use the cvars manually, or do developer 1 menu_restart --- qcsrc/menu/xonotic/util.qc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/qcsrc/menu/xonotic/util.qc b/qcsrc/menu/xonotic/util.qc index f06866ccf..ff50c902d 100644 --- a/qcsrc/menu/xonotic/util.qc +++ b/qcsrc/menu/xonotic/util.qc @@ -656,7 +656,7 @@ float updateCompression() GAMETYPE(MAPINFO_TYPE_LMS) \ GAMETYPE(MAPINFO_TYPE_NEXBALL) \ GAMETYPE(MAPINFO_TYPE_ONSLAUGHT) \ - GAMETYPE(MAPINFO_TYPE_RACE) \ + if (cvar("developer")) GAMETYPE(MAPINFO_TYPE_RACE) \ GAMETYPE(MAPINFO_TYPE_CTS) \ GAMETYPE(MAPINFO_TYPE_TEAM_DEATHMATCH) \ //GAMETYPE(MAPINFO_TYPE_INVASION) \ -- 2.39.2