dedicated: force tell master server if amount of clients is 0
This commit is contained in:
@@ -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();
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user