This commit is contained in:
xen-42 2025-04-28 11:43:43 -04:00
parent 5398db78b7
commit 4e18917faa

View File

@ -113,7 +113,7 @@ namespace NewHorizons.Handlers
{
vesselSpawn.WarpPlayer();
frameCount++;
yield return new WaitForFixedUpdate; // Wait for the next frame
yield return new WaitForFixedUpdate(); // Wait for the next frame
}
InvulnerabilityHandler.MakeInvulnerable(false);