* Remove silly range check on sv_voip during initialisation
* Changed dedicated binary dedicated cvar to CVAR_INIT and remove runtime check
This commit is contained in:
parent
b601941240
commit
6b572920a9
3 changed files with 1 additions and 13 deletions
|
@ -782,14 +782,6 @@ void SV_Frame( int msec ) {
|
|||
return;
|
||||
}
|
||||
|
||||
#ifdef DEDICATED
|
||||
if( com_dedicated->integer == 0 )
|
||||
{
|
||||
Com_Printf( "WARNING: dedicated must not be 0. Setting to 1.\n" );
|
||||
Cvar_Set( "dedicated", "1" );
|
||||
}
|
||||
#endif
|
||||
|
||||
if (!com_sv_running->integer)
|
||||
{
|
||||
// Running as a server, but no map loaded
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue