Remove logically dead code from UI_GetServerStatusInfo

This commit is contained in:
Zack Middleton 2015-01-12 20:25:27 -06:00
parent 78e7656900
commit 9c4b75c499
1 changed files with 0 additions and 2 deletions

View File

@ -3996,8 +3996,6 @@ static int UI_GetServerStatusInfo( const char *serverAddress, serverStatusInfo_t
while (p && *p) { while (p && *p) {
if (*p == '\\') if (*p == '\\')
*p++ = '\0'; *p++ = '\0';
if (!p)
break;
score = p; score = p;
p = strchr(p, ' '); p = strchr(p, ' ');
if (!p) if (!p)