]> de.git.xonotic.org Git - xonotic/xonotic-data.pk3dir.git/commitdiff
Remove useless comments
authorSamual <samual@xonotic.org>
Wed, 14 Dec 2011 19:19:03 +0000 (14:19 -0500)
committerSamual <samual@xonotic.org>
Wed, 14 Dec 2011 19:19:03 +0000 (14:19 -0500)
qcsrc/server/command/cmd.qc

index c6c7101ceb5630ef07f1cf998186a2c6348f91a9..c40f0bf713022cb01389fcc2e0c5b1bdb752b181 100644 (file)
@@ -3,10 +3,6 @@
 //  Last updated: December 13th, 2011
 // =========================================================
 
-// declarations in cmd.qh
-
-// move any necessary sprint statements to "print_to"
-
 float SV_ParseClientCommand_floodcheck()
 {
        if (timeoutStatus != 2) // if the game is not paused... but wait, doesn't that mean it could be dos'd by pausing it? eh? (old code)