Merge pull request #2782 from ihptru/clear-master-list

fix #2780 ; Send state=3 to master server when it's not dedicated and ad...
This commit is contained in:
Chris Forbes
2013-03-18 15:15:46 -07:00

View File

@@ -540,6 +540,8 @@ namespace OpenRA.Server
if (conns.Count != 0 || lobbyInfo.GlobalSettings.Dedicated)
SyncLobbyInfo();
if ( !lobbyInfo.GlobalSettings.Dedicated && dropClient.IsAdmin )
Shutdown();
}
try