Ludeon Forums

RimWorld => Mods => Help => Topic started by: Wildfire628 on September 26, 2018, 07:15:56 AM

Title: Help Squelching Non-Critical Errors
Post by: Wildfire628 on September 26, 2018, 07:15:56 AM
I'm using PatchOperationTest to check a value before I replace it, but this has the unfortunate effect of throwing "critical" errors when the value doesn't need modified. Is there something in the PatchOperationTest class I can change to prevent it from printing the error or at least lower the severity?
Title: Re: Help Squelching Non-Critical Errors
Post by: Wildfire628 on September 26, 2018, 07:51:22 AM
Found an answer by digging through other mods. I just needed to add <success>Always</success> after the start of the sequence.