From 4cb3b07d889651a4e6b238b7fd55dcf7c75c72a7 Mon Sep 17 00:00:00 2001 From: Nick Date: Mon, 10 Jun 2024 23:24:14 -0400 Subject: [PATCH] Update ShipWarpController.cs --- NewHorizons/Components/Ship/ShipWarpController.cs | 1 - 1 file changed, 1 deletion(-) diff --git a/NewHorizons/Components/Ship/ShipWarpController.cs b/NewHorizons/Components/Ship/ShipWarpController.cs index c6620df0..c9d4b8f5 100644 --- a/NewHorizons/Components/Ship/ShipWarpController.cs +++ b/NewHorizons/Components/Ship/ShipWarpController.cs @@ -199,7 +199,6 @@ namespace NewHorizons.Components.Ship PlayerSpawnHandler.SpawnShip(); OWInput.ChangeInputMode(InputMode.ShipCockpit); - Delay.FireInNUpdates(() => OWInput.ChangeInputMode(InputMode.ShipCockpit), 10); } } }