Help Squelching Non-Critical Errors

Started by Wildfire628, September 26, 2018, 07:15:56 AM

Previous topic - Next topic

Wildfire628

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?

Wildfire628

Found an answer by digging through other mods. I just needed to add <success>Always</success> after the start of the sequence.