diff --git a/NewHorizons/Builder/Props/BrambleNodeBuilder.cs b/NewHorizons/Builder/Props/BrambleNodeBuilder.cs index 6acfd8c1..601f4a7f 100644 --- a/NewHorizons/Builder/Props/BrambleNodeBuilder.cs +++ b/NewHorizons/Builder/Props/BrambleNodeBuilder.cs @@ -199,6 +199,8 @@ namespace NewHorizons.Builder.Props // This node comes with Feldspar's signal, we don't want that though GameObject.Destroy(brambleNode.FindChild("Signal_Harmonica")); + + StreamingHandler.SetUpStreaming(brambleNode, sector); // Fix some components fogLight._parentBody = go.GetComponent();