Falconne / ImprovedWorkbenches

Rimworld mod to add many QoL improvements to the workbench UI.
http://steamcommunity.com/sharedfiles/filedetails/?id=935982361
GNU General Public License v3.0
22 stars 26 forks source link

Fix Null Pointer Error when Importing Bills Into New Game with Export Agency #90

Closed maarxx closed 3 years ago

maarxx commented 3 years ago

Fix Null Pointer Error when Importing Bills Into New Game with Export Agency

Export Agency is another mod which lets you Export a workbench full of bills from one game into separate file and then Import them onto another workbench in possibly another game.

https://steamcommunity.com/sharedfiles/filedetails/?id=1467209473

For me it wasn't working, it was conflicting with this mod, it was throwing a null pointer. This fixes it.

Granted, I just wrappered the function in a null check, essentially disabling the function, and so my newly imported bills did not carry forward their previous CountAway or Name or AdditionalFilter, but hey, I got the basic bills in, which is good enough for me.

Falconne commented 3 years ago

Thanks for that