Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Don't suppress world when starting in dungeons
Fixes a class of load order issue where player starts game > loads dungeon save > recalls out of dungeon back to interior > drops into void. In this pathway the exterior world is initialised only after teleport is complete, resulting in player transform position to be reset back to 0,0,0. All other startup pathways do not suppress world to fix this same kind of transition problem. Starting in dungeons is now standardised to other startup cases. There will be a small increase to loading a dungeon save from a fresh startup, but no different to loading a building save from fresh startup, or any other case than dungeons up to now. Confirmed resolves issue and should not cause any regressions as this is already the standard behaviour elsewhere.
- Loading branch information