Refresh lobby server list when switching to the Servers tab.
This commit is contained in:
committed by
Oliver Brakmann
parent
3f37f02e84
commit
9a7c6ba34e
@@ -306,7 +306,7 @@ namespace OpenRA.Mods.Common.Widgets.Logic
|
||||
game.Spectators > 0 ? ", {0} Spectator{1}".F(game.Spectators, game.Spectators != 1 ? "s" : "") : "");
|
||||
}
|
||||
|
||||
void RefreshServerList()
|
||||
public void RefreshServerList()
|
||||
{
|
||||
// Query in progress
|
||||
if (currentQuery != null)
|
||||
|
||||
Reference in New Issue
Block a user