From 44a2fba27fbff3b0cb1852600e1a1ce045d3cec5 Mon Sep 17 00:00:00 2001 From: Samual Date: Wed, 14 Dec 2011 14:19:03 -0500 Subject: [PATCH] Remove useless comments --- qcsrc/server/command/cmd.qc | 4 ---- 1 file changed, 4 deletions(-) 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) -- 2.39.2