Skip to content

Commit

Permalink
fix eye debug action
Browse files Browse the repository at this point in the history
  • Loading branch information
misternebula committed Oct 26, 2021
1 parent 2d9bc91 commit 9ee5357
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions QSB/Utility/DebugActions.cs
Original file line number Diff line number Diff line change
Expand Up @@ -59,6 +59,7 @@ public void Update()

if (Keyboard.current[Key.Numpad9].wasPressedThisFrame)
{
PlayerData.SaveWarpedToTheEye(60);
LoadManager.LoadSceneAsync(OWScene.EyeOfTheUniverse, true, LoadManager.FadeType.ToWhite);
}
}
Expand Down

0 comments on commit 9ee5357

Please sign in to comment.