

It seems like this is running many times per TCAGui.LateUpdate, and trying to re-save the plugin config each time. That's quite expensive since it have to serialize the entire xml file to disk. Further, if any mod is throwing ReflectionTypeLoadExceptions it's going to fail anyway and become even more expensive.
It seems like this is running many times per TCAGui.LateUpdate, and trying to re-save the plugin config each time. That's quite expensive since it have to serialize the entire xml file to disk. Further, if any mod is throwing ReflectionTypeLoadExceptions it's going to fail anyway and become even more expensive.