fix #2780 ; Send state=3 to master server when it's not dedicated and admin presses disconnect
This commit is contained in:
@@ -540,6 +540,8 @@ namespace OpenRA.Server
|
||||
|
||||
if (conns.Count != 0 || lobbyInfo.GlobalSettings.Dedicated)
|
||||
SyncLobbyInfo();
|
||||
if ( !lobbyInfo.GlobalSettings.Dedicated && dropClient.IsAdmin )
|
||||
Shutdown();
|
||||
}
|
||||
|
||||
try
|
||||
|
||||
Reference in New Issue
Block a user