Debug finish research/apply techprint not synced #290
Labels
1.3
Fixes or bugs relating to 1.3 (Not Ideology).
low priority
Quality of life or ignorable to an extent.
Both of those are called through
RimWorld.MainTabWindow_Research:DrawLeftRect
.The simple solution would involve watching
currentProj
field inside ofRimWorld.ResearchManager
and syncingRimWorld.ResearchManager:FinishProject
andRimWorld.ResearchManager:ApplyTechprint
. However, my question would be - is it safe to do so? Are those ever called from a place where those methods would end up being synced (and cancelled if not in dev mode) when we don't want them to?The text was updated successfully, but these errors were encountered: