From: Samual Date: Wed, 14 Dec 2011 19:19:03 +0000 (-0500) Subject: Remove useless comments X-Git-Tag: xonotic-v0.6.0~188^2~28^2~139 X-Git-Url: https://git.rm.cloudns.org/?a=commitdiff_plain;h=44a2fba27fbff3b0cb1852600e1a1ce045d3cec5;p=xonotic%2Fxonotic-data.pk3dir.git Remove useless comments --- diff --git a/qcsrc/server/command/cmd.qc b/qcsrc/server/command/cmd.qc index c6c7101ce..c40f0bf71 100644 --- a/qcsrc/server/command/cmd.qc +++ b/qcsrc/server/command/cmd.qc @@ -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)