From e46ceefe04777e3fab7747eb6e543bf112e490b1 Mon Sep 17 00:00:00 2001 From: Nick Date: Fri, 23 Feb 2024 21:13:39 -0500 Subject: [PATCH] Wtf how long have you been able to just warp to the eye wtf ahhh!!!!!! --- NewHorizons/Main.cs | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) 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 } };