From 97f208b5864206105faeb7e9f116e84819ba0773 Mon Sep 17 00:00:00 2001 From: Noah Pilarski Date: Mon, 21 Nov 2022 03:33:23 -0500 Subject: [PATCH] Remove other stuff --- NewHorizons/Components/VesselOrbLocker.cs | 8 +------- 1 file changed, 1 insertion(+), 7 deletions(-) diff --git a/NewHorizons/Components/VesselOrbLocker.cs b/NewHorizons/Components/VesselOrbLocker.cs index 2a2d8386..a7343659 100644 --- a/NewHorizons/Components/VesselOrbLocker.cs +++ b/NewHorizons/Components/VesselOrbLocker.cs @@ -14,13 +14,7 @@ namespace NewHorizons.Components public GameObject _powerOrbObject; private NomaiInterfaceOrb _powerOrb; - private void Awake() - { - InitializeOrbs(); - AddLocks(); - RemoveLocks(); - AddLockToWarpOrb(); - } + private void Awake() => InitializeOrbs(); public void InitializeOrbs() {