diff --git a/OpenRA.Game/Server/Server.cs b/OpenRA.Game/Server/Server.cs index 33762bdaa9..75e3515c6f 100644 --- a/OpenRA.Game/Server/Server.cs +++ b/OpenRA.Game/Server/Server.cs @@ -505,7 +505,7 @@ namespace OpenRA.Server DispatchOrders( toDrop, toDrop.MostRecentFrame, new byte[] { 0xbf } ); - if (conns.Count != 0) + if (conns.Count != 0 || lobbyInfo.GlobalSettings.Dedicated) SyncLobbyInfo(); }