diff options
author | /dev/humancontroller <devhc@example.com> | 2015-03-28 01:08:49 +0100 |
---|---|---|
committer | /dev/humancontroller <devhc@example.com> | 2017-03-09 13:51:09 +0100 |
commit | 34b4da297aebb90a1b815248f92c119d63572c22 (patch) | |
tree | c6c5a93ed2bb425a86b34dc30d9074476c4a6d03 /src/client | |
parent | 129ec5bc4f3224323a4750d5793197e2c29d4e2b (diff) |
remove remnants of STANDALONE
Diffstat (limited to 'src/client')
-rw-r--r-- | src/client/cl_parse.c | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/src/client/cl_parse.c b/src/client/cl_parse.c index 1b96c3ad..8c7c0ec6 100644 --- a/src/client/cl_parse.c +++ b/src/client/cl_parse.c @@ -409,10 +409,8 @@ void CL_SystemInfoChanged( void ) { // If this cvar may not be modified by a server discard the value. if(!(cvar_flags & (CVAR_SYSTEMINFO | CVAR_SERVER_CREATED | CVAR_USER_CREATED))) { -#ifndef STANDALONE if(Q_stricmp(key, "g_synchronousClients") && Q_stricmp(key, "pmove_fixed") && Q_stricmp(key, "pmove_msec")) -#endif { Com_Printf(S_COLOR_YELLOW "WARNING: server is not allowed to set %s=%s\n", key, value); continue; |