* 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:
Tim Angus 2008-07-06 01:35:01 +00:00
parent b601941240
commit 6b572920a9
3 changed files with 1 additions and 13 deletions

View file

@ -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