More refactoring

This commit is contained in:
Paul Chote
2010-11-08 17:15:50 +13:00
parent e83838e9ff
commit d33806e932
4 changed files with 24 additions and 12 deletions

View File

@@ -259,7 +259,7 @@ namespace OpenRA
public static void Disconnect()
{
if (IsHost)
Server.Server.StopListening();
Server.Server.Shutdown();
orderManager.Dispose();
var shellmap = modData.Manifest.ShellmapUid;