diff options
author | /dev/humancontroller <devhc@example.com> | 2014-07-13 16:52:36 +0200 |
---|---|---|
committer | /dev/humancontroller <devhc@example.com> | 2017-03-09 13:51:10 +0100 |
commit | 2f121b29cfb9eeb0674b40021b730ed3d2b67709 (patch) | |
tree | 8fe5d675fba42ff69d334e40d1eb61720fc9ba24 /src/qcommon | |
parent | c449b6c1721a9fa43f4f9457568c239cc7f5105a (diff) |
refactor stuff
Diffstat (limited to 'src/qcommon')
-rw-r--r-- | src/qcommon/cmd.c | 1 |
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 ); } |