* Fix to bug involving the port value of master server heartbeats (from Thilo

Schulz)
This commit is contained in:
Tim Angus 2006-04-14 20:28:28 +00:00
parent 21e0bdd993
commit 131fb9933f
1 changed files with 1 additions and 1 deletions

View File

@ -258,7 +258,7 @@ void SV_MasterHeartbeat( void ) {
sv_master[i]->modified = qfalse;
continue;
}
if ( !strstr( ":", sv_master[i]->string ) ) {
if ( !strchr( sv_master[i]->string, ':' ) ) {
adr[i].port = BigShort( PORT_MASTER );
}
Com_Printf( "%s resolved to %i.%i.%i.%i:%i\n", sv_master[i]->string,