From 2f121b29cfb9eeb0674b40021b730ed3d2b67709 Mon Sep 17 00:00:00 2001 From: /dev/humancontroller Date: Sun, 13 Jul 2014 16:52:36 +0200 Subject: refactor stuff --- src/qcommon/cmd.c | 1 - 1 file changed, 1 deletion(-) (limited to 'src/qcommon') diff --git a/src/qcommon/cmd.c b/src/qcommon/cmd.c index 7972d053..d575f491 100644 --- a/src/qcommon/cmd.c +++ b/src/qcommon/cmd.c @@ -826,7 +826,6 @@ void Cmd_ExecuteString( const char *text ) { } // send it as a server command if we are connected - // this will usually result in a chat message CL_ForwardCommandToServer ( text ); } -- cgit