diff --git a/src/kOS/Module/kOSProcessor.cs b/src/kOS/Module/kOSProcessor.cs index b4ff303c0..75a2258f8 100644 --- a/src/kOS/Module/kOSProcessor.cs +++ b/src/kOS/Module/kOSProcessor.cs @@ -460,8 +460,8 @@ public void InitObjects() } var path = BootFilePath; - // populate it with the boot file, but only if using a new disk and in PRELAUNCH situation: - if (vessel.situation == Vessel.Situations.PRELAUNCH && path != null && !SafeHouse.Config.StartOnArchive) + // populate it with the boot file, but only if using a new disk: + if (path != null && !SafeHouse.Config.StartOnArchive) { var bootVolumeFile = Archive.Open(BootFilePath) as VolumeFile; if (bootVolumeFile != null)