ReaperAnon / GridTransitionCrashFix

Prevents crashing when quests might check the current location alias before it gets resolved.
2 stars 3 forks source link

Grid Transition Crash Fix

Sometimes location aliases can remain NULL and unresolved when getting checked. This patcher moves those checks to the end of quest alias condition lists so they have more time to be resolved and not cause a crash.

Header