mirror of
https://github.com/UberGames/lilium-voyager.git
synced 2024-11-10 14:41:42 +00:00
Remove logically dead code from UI_GetServerStatusInfo
This commit is contained in:
parent
78e7656900
commit
9c4b75c499
1 changed files with 0 additions and 2 deletions
|
@ -3996,8 +3996,6 @@ static int UI_GetServerStatusInfo( const char *serverAddress, serverStatusInfo_t
|
|||
while (p && *p) {
|
||||
if (*p == '\\')
|
||||
*p++ = '\0';
|
||||
if (!p)
|
||||
break;
|
||||
score = p;
|
||||
p = strchr(p, ' ');
|
||||
if (!p)
|
||||
|
|
Loading…
Reference in a new issue