Closed Tomasu closed 3 years ago
Same for me, Output_log as below:
System.MissingFieldException: Field 'FractionateComponent.need' not found. at BetterStats.BetterStats.UIProductionStatWindow_ComputeDisplayEntries_Prefix (UIProductionStatWindow __instance) [0x0006c] in <382183e4659445c583d3cf9aaa8799ef>:0 at UIProductionStatWindow.ComputeDisplayEntries () [0x00005] in
:0 at UIProductionStatWindow.RefreshTarget () [0x002b5] in :0 at UIProductionStatWindow._OnUpdate () [0x00067] in :0 at ManualBehaviour._Update () [0x00017] in :0
created a PR that fixes this
fantastic, any idea of when this will be published? :)
fixed in 1.2.1
With update 0.7.18.7275, this plugin tries to access a removed field "FractionateComponent.need".
Log contains
System.MissingFieldException: Field 'FractionateComponent.need' not found. at BetterStats.UIProductionStatWindow_ComputeDisplayEntries_Prefix...