From: Samual Lenks Date: Sat, 8 Sep 2012 07:01:14 +0000 (-0400) Subject: On second thought, this needs to run in intermission... X-Git-Tag: xonotic-v0.7.0~240^2~28 X-Git-Url: https://git.rm.cloudns.org/?a=commitdiff_plain;h=ac20e1101bc6e574c0f97f896498d6ab2d94a0c7;p=xonotic%2Fxonotic-data.pk3dir.git On second thought, this needs to run in intermission... --- diff --git a/qcsrc/server/mutators/gamemode_ctf.qc b/qcsrc/server/mutators/gamemode_ctf.qc index 71d5d3612..2189ca54a 100644 --- a/qcsrc/server/mutators/gamemode_ctf.qc +++ b/qcsrc/server/mutators/gamemode_ctf.qc @@ -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.