mirror of
https://github.com/Outer-Wilds-New-Horizons/new-horizons.git
synced 2025-12-11 20:15:44 +01:00
Reload into ship or vessel if you came into the system with them
This commit is contained in:
parent
8b40938d1f
commit
91b6230a70
@ -46,7 +46,7 @@ namespace NewHorizons.Utility.DebugTools
|
||||
SearchUtilities.Find("/PauseMenu/PauseMenuManagers").GetComponent<PauseMenuManager>().OnSkipToNextTimeLoop();
|
||||
|
||||
Main.Instance.ForceClearCaches = true;
|
||||
Main.Instance.ChangeCurrentStarSystem(Main.Instance.CurrentStarSystem);
|
||||
Main.Instance.ChangeCurrentStarSystem(Main.Instance.CurrentStarSystem, Main.Instance.DidWarpFromShip, Main.Instance.DidWarpFromVessel);
|
||||
|
||||
Main.SecondsElapsedInLoop = -1f;
|
||||
}
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user