Skip to content

Commit

Permalink
Update ShipWarpController.cs
Browse files Browse the repository at this point in the history
  • Loading branch information
xen-42 committed Jun 11, 2024
1 parent f914f12 commit 4cb3b07
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion NewHorizons/Components/Ship/ShipWarpController.cs
Original file line number Diff line number Diff line change
Expand Up @@ -199,7 +199,6 @@ public void FinishWarpIn()

PlayerSpawnHandler.SpawnShip();
OWInput.ChangeInputMode(InputMode.ShipCockpit);
Delay.FireInNUpdates(() => OWInput.ChangeInputMode(InputMode.ShipCockpit), 10);
}
}
}

0 comments on commit 4cb3b07

Please sign in to comment.