From: Samual Date: Thu, 21 Jul 2011 18:28:31 +0000 (-0400) Subject: Remove the todo's for extend/reducematchtime command -- the goal shouldn't really... X-Git-Tag: xonotic-v0.6.0~188^2~28^2~284 X-Git-Url: https://git.rm.cloudns.org/?a=commitdiff_plain;h=6940455d353b523145dc397548dee2043ad8fdad;p=xonotic%2Fxonotic-data.pk3dir.git Remove the todo's for extend/reducematchtime command -- the goal shouldn't really be done. --- 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) {