fix dedicated servers
git-svn-id: https://svn.code.sf.net/p/fteqw/code/branches/wip@3795 fc73d0e0-1445-4013-8a0c-d673dee63da5
This commit is contained in:
parent
d95a523f80
commit
39cec13461
1 changed files with 2 additions and 0 deletions
|
@ -724,11 +724,13 @@ cvar_t *Cvar_SetCore (cvar_t *var, const char *value, qboolean force)
|
|||
#ifndef CLIENTONLY
|
||||
SVQ1_CvarChanged(var);
|
||||
#endif
|
||||
#ifndef SERVERONLY
|
||||
#ifdef MENU_DAT
|
||||
MP_CvarChanged(var);
|
||||
#endif
|
||||
#ifdef CSQC_DAT
|
||||
CSQC_CvarChanged(var);
|
||||
#endif
|
||||
#endif
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue