-
Notifications
You must be signed in to change notification settings - Fork 0
Open
Labels
Description
What's the problem?
Content isn't being loaded if the game loads into a new profile due to us hooking into SaveManager.LoadAllGameData, but loading into a fresh profile only triggers SaveManager.CreateNewProfile
Proposed solutions
Hook into SaveManager.CreateNewProfile, maybe calling SaveManager.LoadAllGameData at its end?
Reactions are currently unavailable