Call gui callbacks for server list.

This commit is contained in:
lotodore
2009-04-05 13:11:52 +00:00
parent 4bfa4333d7
commit ef91702d66
2 changed files with 3 additions and 2 deletions
+1
View File
@@ -509,6 +509,7 @@ ClientStateReadingServerList::Process(ClientThread &client)
}
else if (serverCount > 1)
{
client.GetCallback().SignalNetClientServerListShow();
client.SetState(ClientStateWaitChooseServer::Instance());
}
else