fix closing slots not removing bots properly
This commit is contained in:
@@ -176,8 +176,10 @@ namespace OpenRA.Mods.RA.Server
|
|||||||
if (occupant.Bot != null)
|
if (occupant.Bot != null)
|
||||||
{
|
{
|
||||||
server.LobbyInfo.Clients.Remove(occupant);
|
server.LobbyInfo.Clients.Remove(occupant);
|
||||||
|
server.SyncLobbyClients();
|
||||||
var ping = server.LobbyInfo.PingFromClient(occupant);
|
var ping = server.LobbyInfo.PingFromClient(occupant);
|
||||||
server.LobbyInfo.ClientPings.Remove(ping);
|
server.LobbyInfo.ClientPings.Remove(ping);
|
||||||
|
server.SyncClientPing();
|
||||||
}
|
}
|
||||||
else
|
else
|
||||||
{
|
{
|
||||||
|
|||||||
Reference in New Issue
Block a user