From 9ee53574e2cdce3645c56c45d7a8e8a87741df2d Mon Sep 17 00:00:00 2001 From: Mister_Nebula <41904486+misternebula@users.noreply.github.com> Date: Tue, 26 Oct 2021 18:56:36 +0100 Subject: [PATCH] fix eye debug action --- QSB/Utility/DebugActions.cs | 1 + 1 file changed, 1 insertion(+) diff --git a/QSB/Utility/DebugActions.cs b/QSB/Utility/DebugActions.cs index 03c773de..6b66861c 100644 --- a/QSB/Utility/DebugActions.cs +++ b/QSB/Utility/DebugActions.cs @@ -59,6 +59,7 @@ namespace QSB.Utility if (Keyboard.current[Key.Numpad9].wasPressedThisFrame) { + PlayerData.SaveWarpedToTheEye(60); LoadManager.LoadSceneAsync(OWScene.EyeOfTheUniverse, true, LoadManager.FadeType.ToWhite); } }