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
@@ -1579,7 +1579,7 @@ namespace Game.Maps
}
}
foreach (Transport transport in _transports)
foreach (Transport transport in _transports.ToList())
RemoveFromMap(transport, true);
_transports.Clear();