mirror of
https://github.com/DrBeef/ioq3quest.git
synced 2024-11-10 14:52:00 +00:00
* Change dedicated cvar to CVAR_LATCH on the dedicated server
This commit is contained in:
parent
c7225dc0ae
commit
49413057ee
1 changed files with 1 additions and 1 deletions
|
@ -2561,7 +2561,7 @@ void Com_Init( char *commandLine ) {
|
|||
|
||||
// get dedicated here for proper hunk megs initialization
|
||||
#ifdef DEDICATED
|
||||
com_dedicated = Cvar_Get ("dedicated", "1", CVAR_ROM);
|
||||
com_dedicated = Cvar_Get ("dedicated", "1", CVAR_LATCH);
|
||||
#else
|
||||
com_dedicated = Cvar_Get ("dedicated", "0", CVAR_LATCH);
|
||||
#endif
|
||||
|
|
Loading…
Reference in a new issue