diff --git a/NewHorizons/Main.cs b/NewHorizons/Main.cs index c65ad1be1..db83045f1 100644 --- a/NewHorizons/Main.cs +++ b/NewHorizons/Main.cs @@ -192,7 +192,7 @@ public void ResetConfigs(bool resetTranslation = true) Config = { destroyStockPlanets = false, - factRequiredForWarp = "OPC_EYE_COORDINATES_X1", + //factRequiredForWarp = "OPC_EYE_COORDINATES_X1", Vessel = new StarSystemConfig.VesselModule() { coords = new StarSystemConfig.NomaiCoordinates @@ -201,7 +201,8 @@ public void ResetConfigs(bool resetTranslation = true) y = new int[4] { 3, 0, 1, 4 }, z = new int[6] { 1, 2, 3, 0, 5, 4 } } - } + }, + canEnterViaWarpDrive = false } };