Menu

Show posts

This section allows you to view all posts made by this member. Note that you can only see posts made in areas you currently have access to.

Show posts Menu

Messages - BulletDelivery

#1
This is the fix for JobDriver_WatchBuildingPostfix error. Since the source code wasn't available, I had to decompile the dll file, make changes, and compile it.

The source of the problem is the duplicated code in the mod's postfix methods. This resulted in the same code effectively being executed twice which caused NullReferenceException under certain circumstances and prevent pawns from watching TVs.

Replace RePower.dll file in the mod's assembly folder with the one below.
https://www.dropbox.com/s/n2tn3t4nos74txl/RePower.dll?dl=0