]> de.git.xonotic.org Git - xonotic/xonotic-data.pk3dir.git/blobdiff - qcsrc/server/g_world.qc
Convert more calls
[xonotic/xonotic-data.pk3dir.git] / qcsrc / server / g_world.qc
index 881f8f071915aef1eaa5428cab0b143bca65b953..de29c9a25ead17663da538b39ab8e6f25f03e024 100644 (file)
@@ -692,8 +692,7 @@ void spawnfunc_worldspawn (void)
                GameLogEcho(strcat(":gamestart:", GetGametype(), "_", GetMapname(), ":", s));
                s = ":gameinfo:mutators:LIST";
 
-               ret_string = s;
-               MUTATOR_CALLHOOK(BuildMutatorsString);
+               MUTATOR_CALLHOOK(BuildMutatorsString, s);
                s = ret_string;
 
                // simple, probably not good in the mutator system