From 11b0bff52b9e56b9ae41469588d61b7a8da4c3b8 Mon Sep 17 00:00:00 2001
From: Samual Lenks <samual@xonotic.org>
Date: Thu, 7 Feb 2013 15:51:23 -0500
Subject: [PATCH] CTS is not a mod, it is a game mode.

---
 qcsrc/server/g_world.qc | 4 +---
 1 file changed, 1 insertion(+), 3 deletions(-)

diff --git a/qcsrc/server/g_world.qc b/qcsrc/server/g_world.qc
index 7912b2081..680afbc89 100644
--- a/qcsrc/server/g_world.qc
+++ b/qcsrc/server/g_world.qc
@@ -941,9 +941,7 @@ void spawnfunc_worldspawn (void)
 		modname = "MinstaGib";
 	// extra mutators that deserve to count as mod
 	MUTATOR_CALLHOOK(SetModname);
-	// weird game types that deserve to count as mod
-	if(g_cts)
-		modname = "CTS";
+
 	// save it for later
 	modname = strzone(modname);
 
-- 
2.39.5