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); } } }