Fixes server shutdowns

This commit is contained in:
hondacrx
2018-01-12 11:16:55 -05:00
parent f06de3ffcf
commit 950a083a2a
4 changed files with 17 additions and 8 deletions
+1 -1
View File
@@ -254,7 +254,7 @@ namespace Game.Entities
foreach (var pair in i_maps.ToList())
{
pair.Value.UnloadAll();
i_maps.Remove(pair.Value.GetId());
i_maps.Remove(pair.Key);
}
}