From feed08bb70d7d7bab33c595a7a3438afa735da26 Mon Sep 17 00:00:00 2001 From: terencehill Date: Sat, 25 Jun 2011 21:46:55 +0200 Subject: [PATCH] Remove an outdated comment --- qcsrc/server/g_world.qc | 2 -- 1 file changed, 2 deletions(-) diff --git a/qcsrc/server/g_world.qc b/qcsrc/server/g_world.qc index cbe65b610..82290cf54 100644 --- a/qcsrc/server/g_world.qc +++ b/qcsrc/server/g_world.qc @@ -102,8 +102,6 @@ void fteqcc_testbugs() */ void timeoutHandler_Think() { local entity plr; - // NOTE: the below Send_CSQC_Centerprint_Generic send msgs with countdown_num - // parameter set as 0, even if the msgs are part of a countdown if (timeoutStatus == 1) { if (remainingLeadTime > 0) { //centerprint the information to every player -- 2.39.2