From 6940455d353b523145dc397548dee2043ad8fdad Mon Sep 17 00:00:00 2001 From: Samual Date: Thu, 21 Jul 2011 14:28:31 -0400 Subject: [PATCH] Remove the todo's for extend/reducematchtime command -- the goal shouldn't really be done. --- qcsrc/server/gamecommand.qc | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/qcsrc/server/gamecommand.qc b/qcsrc/server/gamecommand.qc index 4ff86281a..23a251c92 100644 --- a/qcsrc/server/gamecommand.qc +++ b/qcsrc/server/gamecommand.qc @@ -1108,7 +1108,7 @@ void GameCommand_effectindexdump(float request) } } -void GameCommand_extendmatchtime(float request) // todo: Perhaps allows the user to send a specific time to extend it. +void GameCommand_extendmatchtime(float request) { switch(request) { @@ -1779,7 +1779,7 @@ void GameCommand_records(float request) } } -void GameCommand_reducematchtime(float request) // todo: Perhaps allows the user to send a specific time to reduce it. +void GameCommand_reducematchtime(float request) { switch(request) { -- 2.39.2