Fixed tutorial sub spawning twice

This commit is contained in:
Regalis
2016-11-10 19:34:47 +02:00
parent 8d1db582ad
commit a18630c0b3

View File

@@ -159,7 +159,7 @@ namespace Barotrauma
}
}
public void StartShift(string levelSeed, bool loadSecondSub = true)
public void StartShift(string levelSeed, bool loadSecondSub = false)
{
Level level = Level.CreateRandom(levelSeed);