X-Git-Url: http://de.git.xonotic.org/?p=xonotic%2Fdarkplaces.git;a=blobdiff_plain;f=host.c;h=d2d22bbaa3a6a5cd5035d663a18a9e9e20efe14b;hp=c6b493c9bed114b7f2b71c90771d0642201c818f;hb=a412759eb37bab61dbc9f208713eb669ff40290d;hpb=838d1f2208ac272d6474eefdccba1c6021eaa9e8 diff --git a/host.c b/host.c index c6b493c9..d2d22bba 100644 --- a/host.c +++ b/host.c @@ -176,7 +176,7 @@ void Host_ServerOptions (void) if (i && i + 1 < com_argc && atoi (com_argv[i+1]) >= 1) svs.maxclients = atoi (com_argv[i+1]); if (COM_CheckParm ("-listen")) - Sys_Error ("Only one of -dedicated or -listen can be specified"); + Con_Printf ("Only one of -dedicated or -listen can be specified"); // default sv_public on for dedicated servers (often hosted by serious administrators), off for listen servers (often hosted by clueless users) Cvar_SetValue("sv_public", 1); } @@ -868,7 +868,6 @@ void Host_StartVideo(void) vid_opened = true; VID_Start(); CDAudio_Startup(); - CL_InitTEnts(); // We must wait after sound startup to load tent sounds } }