From 10562543cfa52d24757bee298326401396dae937 Mon Sep 17 00:00:00 2001 From: Noah Pilarski Date: Mon, 17 Jun 2024 20:23:42 -0400 Subject: [PATCH] Deactivate streaming soft lock --- NewHorizons/Handlers/VesselWarpHandler.cs | 3 +++ 1 file changed, 3 insertions(+) diff --git a/NewHorizons/Handlers/VesselWarpHandler.cs b/NewHorizons/Handlers/VesselWarpHandler.cs index a7f61666..26195e5c 100644 --- a/NewHorizons/Handlers/VesselWarpHandler.cs +++ b/NewHorizons/Handlers/VesselWarpHandler.cs @@ -98,6 +98,9 @@ namespace NewHorizons.Handlers { if (Instance.CurrentStarSystem == "SolarSystem") { + //Deactivate lock since we aren't in timber anymore + GameObject.Destroy(SearchUtilities.Find("TimberHearth_Body/StreamingGroup_TH").GetComponent()); + // Deactivate village music because for some reason it still plays. SearchUtilities.Find("TimberHearth_Body/Sector_TH/Sector_Village/Volumes_Village/MusicVolume_Village").GetComponent().Deactivate();