mirror of
https://github.com/UberGames/lilium-voyager.git
synced 2024-11-10 06:31:47 +00:00
Bug 5134 - q3_ui incorrectly tells user to refresh servers while auto-refreshing, patch by Zack Middleton
This commit is contained in:
parent
f697df05aa
commit
2e94ec6b85
1 changed files with 1 additions and 1 deletions
|
@ -1156,8 +1156,8 @@ int ArenaServers_SetType( int type )
|
|||
g_arenaservers.currentping = *g_arenaservers.numservers;
|
||||
g_arenaservers.numqueriedservers = *g_arenaservers.numservers;
|
||||
ArenaServers_UpdateMenu();
|
||||
strcpy(g_arenaservers.status.string,"hit refresh to update");
|
||||
}
|
||||
strcpy(g_arenaservers.status.string,"hit refresh to update");
|
||||
|
||||
return type;
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue