From 635b90d78f91f500e105b6280de24740edc5634e Mon Sep 17 00:00:00 2001 From: Andrey Nazarov Date: Sat, 23 Aug 2008 13:07:13 +0000 Subject: Changes to `net_ip', `net_port' and `net_clientport' cvars now take effect immediately (`net_restart' is no longer required). Console title now properly updates on server port change. Added ability to display ban reason to clients, which should be specified as `comment' argument to `addban' command. --- source/sv_init.c | 2 ++ 1 file changed, 2 insertions(+) (limited to 'source/sv_init.c') diff --git a/source/sv_init.c b/source/sv_init.c index 11f1780..642a09f 100644 --- a/source/sv_init.c +++ b/source/sv_init.c @@ -131,6 +131,8 @@ static void SV_SpawnServer( cm_t *cm, const char *server, const char *spawnpoint Cvar_Set( "sv_paused", "0" ); Cvar_Set( "timedemo", "0" ); + SV_SetConsoleTitle(); + Com_Printf ("-------------------------------------\n"); } -- cgit v1.2.3