diff --git a/OpenRA.Mods.RA/ServerTraits/LobbyCommands.cs b/OpenRA.Mods.RA/ServerTraits/LobbyCommands.cs index eaef9dc6ad..0451222131 100644 --- a/OpenRA.Mods.RA/ServerTraits/LobbyCommands.cs +++ b/OpenRA.Mods.RA/ServerTraits/LobbyCommands.cs @@ -176,8 +176,10 @@ namespace OpenRA.Mods.RA.Server if (occupant.Bot != null) { server.LobbyInfo.Clients.Remove(occupant); + server.SyncLobbyClients(); var ping = server.LobbyInfo.PingFromClient(occupant); server.LobbyInfo.ClientPings.Remove(ping); + server.SyncClientPing(); } else {