dedicated: force tell master server if amount of clients is 0

This commit is contained in:
Igor Popov
2012-06-07 19:05:51 +04:00
committed by Chris Forbes
parent f8290b8a7e
commit b45f9568d0

View File

@@ -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();
}