Update ShipWarpController.cs

This commit is contained in:
Nick 2024-06-10 23:24:14 -04:00
parent f914f121f5
commit 4cb3b07d88

View File

@ -199,7 +199,6 @@ namespace NewHorizons.Components.Ship
PlayerSpawnHandler.SpawnShip();
OWInput.ChangeInputMode(InputMode.ShipCockpit);
Delay.FireInNUpdates(() => OWInput.ChangeInputMode(InputMode.ShipCockpit), 10);
}
}
}