diff options
author | Andrey Nazarov <skuller@skuller.net> | 2008-08-23 13:07:13 +0000 |
---|---|---|
committer | Andrey Nazarov <skuller@skuller.net> | 2008-08-23 13:07:13 +0000 |
commit | 635b90d78f91f500e105b6280de24740edc5634e (patch) | |
tree | 08ffbe653ef45d009a6ef8aaa2705b7a71c68653 /source/sv_init.c | |
parent | 4312c28e10db1a52b875133697b72a860d85f210 (diff) |
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.
Diffstat (limited to 'source/sv_init.c')
-rw-r--r-- | source/sv_init.c | 2 |
1 files changed, 2 insertions, 0 deletions
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"); } |