diff options
author | Andrey Nazarov <skuller@skuller.net> | 2008-02-28 12:09:10 +0000 |
---|---|---|
committer | Andrey Nazarov <skuller@skuller.net> | 2008-02-28 12:09:10 +0000 |
commit | bf6d45c620f098c84d602e9347bc7cf457c38b5a (patch) | |
tree | ec075676ff09467ea910c51fb45fb37185a1ddf3 /source/cl_local.h | |
parent | 4034314816f7ec9e26c9b9bfc2630c8ca0a24874 (diff) |
Do not spam dedicated server console with heartbeats.
Added autocompletion of options for some commands.
Made logfile_prefix not empty by default.
Re-enabled `anti-kick' exploit fix.
Diffstat (limited to 'source/cl_local.h')
-rw-r--r-- | source/cl_local.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/source/cl_local.h b/source/cl_local.h index bebd898..a03112f 100644 --- a/source/cl_local.h +++ b/source/cl_local.h @@ -504,7 +504,7 @@ void CL_ClientCommand( const char *string ); void CL_UpdateLocalFovSetting( void ); void CL_FillAPI( clientAPI_t *api ); void CL_SendRcon( const netadr_t *adr, const char *pass, const char *cmd ); -const char *CL_Connect_g( const char *partial, int state ); +const char *CL_Server_g( const char *partial, int argnum, int state ); // // cl_input |