]> git.rm.cloudns.org Git - voretournament/voretournament.git/commitdiff
Play, not loop. Don't think anyone would want short songs to loop in their heads :P
authorMirceaKitsune <sonichedgehog_hyperblast00@yahoo.com>
Sun, 26 Sep 2010 21:09:54 +0000 (00:09 +0300)
committerMirceaKitsune <sonichedgehog_hyperblast00@yahoo.com>
Sun, 26 Sep 2010 21:09:54 +0000 (00:09 +0300)
data/qcsrc/server/g_world.qc

index 00c31a5f60db7e29d443b6cc61c571f88a3a8041..8580a5d6e46e74740f628ed8ed1bb271939dfc19 100644 (file)
@@ -1359,7 +1359,7 @@ void FixIntermissionClient(entity e)
                        else\r
                                s = cvar_string("sv_intermission_cdtrack_loose");\r
                        if(s != "")\r
-                               stuffcmd(e, strcat("\ncd loop ", s, "\n"));\r
+                               stuffcmd(e, strcat("\ncd play ", s, "\n"));\r
                        msg_entity = e;\r
                        WriteByte(MSG_ONE, SVC_INTERMISSION);\r
                }\r