Created attachment 2881[details]
Added CVAR_SYSTEMINFO to cvars that need it.
When client connects to server I get these warnings.
WARNING: server is not allowed to set pmove_msec=8
WARNING: server is not allowed to set pmove_fixed=0
WARNING: server is not allowed to set g_synchronousClients=0
Cgame reference these, as copies of server vars, yet refuses to update them. From a comment in cgame, g_synchronousClients is suppose to be updated by systeminfo.
Patch fixes this issue for updated cgame qvm/dll/so, but not mods.
Created attachment 2881 [details] Added CVAR_SYSTEMINFO to cvars that need it. When client connects to server I get these warnings. WARNING: server is not allowed to set pmove_msec=8 WARNING: server is not allowed to set pmove_fixed=0 WARNING: server is not allowed to set g_synchronousClients=0 Cgame reference these, as copies of server vars, yet refuses to update them. From a comment in cgame, g_synchronousClients is suppose to be updated by systeminfo. Patch fixes this issue for updated cgame qvm/dll/so, but not mods.