From: MirceaKitsune Date: Wed, 8 Sep 2010 22:54:10 +0000 (+0300) Subject: This is no longer needed, since we don't allow vore before the match begins any more X-Git-Url: http://git.xonotic.org/?a=commitdiff_plain;h=cd084fc0708b553ddf2f0fb0b7a3784122f60e13;p=voretournament%2Fvoretournament.git This is no longer needed, since we don't allow vore before the match begins any more --- diff --git a/data/qcsrc/server/arena.qc b/data/qcsrc/server/arena.qc index 09124356..0e30f0d0 100644 --- a/data/qcsrc/server/arena.qc +++ b/data/qcsrc/server/arena.qc @@ -236,7 +236,6 @@ void Arena_Warmup() roundStartTime_prev = f; Announce("begin"); centerprint(self, "^1Begin!\n"); - Vore_Disconnect(); // undo vores that happened during warmup, which also prevents some issues FOR_EACH_PLAYER(self) self.movetype = MOVETYPE_WALK;