]> git.rm.cloudns.org Git - xonotic/xonotic-data.pk3dir.git/commitdiff
On second thought, this needs to run in intermission...
authorSamual Lenks <samual@xonotic.org>
Sat, 8 Sep 2012 07:01:14 +0000 (03:01 -0400)
committerSamual Lenks <samual@xonotic.org>
Sat, 8 Sep 2012 07:01:14 +0000 (03:01 -0400)
qcsrc/server/mutators/gamemode_ctf.qc

index 71d5d361279f7e85952907ff3737b7ed90da5aed..2189ca54a37c4451122ea5b4975acc5430a4d4bb 100644 (file)
@@ -986,8 +986,6 @@ void ctf_FlagSetup(float teamnumber, entity flag) // called when spawning a flag
 
 MUTATOR_HOOKFUNCTION(ctf_PlayerPreThink)
 {
-       if(gameover) { return 0; }
-       
        entity flag;
        
        // initially clear items so they can be set as necessary later.