(a410fd46c) Trying to help the merge script through a jungle of merges
This commit is contained in:
@@ -241,6 +241,14 @@ namespace Barotrauma
|
||||
}
|
||||
}
|
||||
|
||||
foreach (var sub in Submarine.Loaded)
|
||||
{
|
||||
if (sub.IsOutpost)
|
||||
{
|
||||
sub.DisableObstructedWayPoints();
|
||||
}
|
||||
}
|
||||
|
||||
Entity.Spawner = new EntitySpawner();
|
||||
|
||||
if (GameMode.Mission != null) Mission = GameMode.Mission;
|
||||
|
||||
Reference in New Issue
Block a user