cabarius / ToyBox

Toy Box is a cute and playful mod with 500+ cheats, tweaks and quality of life improvements for Pathfinder: WoTR. It was created in the spirit of Bag of Tricks & Cheat Menu but with a little different focus . It of a powerful and convenient way to edit the party composition, stats, search and add Feats, Features, Items, etc. to party members.
MIT License
168 stars 110 forks source link

Maybe fix unclean? ModKitSetting causing crash #1036

Closed xADDBx closed 1 year ago

xADDBx commented 1 year ago

When user loaded into Main Menu ToyBox was disabled; Log showed this: grafik which is this method: grafik Expected that NullReference could only be related to ModKitSettings; meaning the load probably returned a Null object. No log entry was created so it didn't enter the catch block of the code section (where I did the changes of this commit) Since the issue was fixed by reinstalling ToyBox I expect it really was related to the settings file so I'll add some additional Null checking just in case; would've really liked to see that setting file first though.