]> de.git.xonotic.org Git - xonotic/xonotic-data.pk3dir.git/blobdiff - qcsrc/server/gamecommand.qc
Remove the todo's for extend/reducematchtime command -- the goal shouldn't really...
[xonotic/xonotic-data.pk3dir.git] / qcsrc / server / gamecommand.qc
index 4ff86281af64f23ebf5116966bb67c5ebc760dc7..23a251c92c68aee11508fdb4481dc0cda3d5c414 100644 (file)
@@ -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)
        {