summaryrefslogtreecommitdiff
path: root/src/qcommon/cmd.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/qcommon/cmd.c')
-rw-r--r--src/qcommon/cmd.c1
1 files changed, 0 insertions, 1 deletions
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 );
}