From: Samual Lenks Date: Thu, 7 Feb 2013 20:51:23 +0000 (-0500) Subject: CTS is not a mod, it is a game mode. X-Git-Tag: xonotic-v0.7.0~101 X-Git-Url: https://git.rm.cloudns.org/?a=commitdiff_plain;h=11b0bff52b9e56b9ae41469588d61b7a8da4c3b8;p=xonotic%2Fxonotic-data.pk3dir.git CTS is not a mod, it is a game mode. --- 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);