ZehsTeam/Lethal-Company-SellMyScrap

v1.4.1 broke GeneralImprovements's quota rollover

Closed this issue · 2 comments

v1.4.1 introduced a change that broke the quota rollover option of GeneralImprovements.

If the quota is reached, SellMyScrap will force it to be finished which resets the profit.

[Debug  :GeneralImprovements] Updated time display.
[Info   :GeneralImprovements] Updated days since death display.
[Info   :GeneralImprovements] Updated profit quota and deadline monitors
[Info   :com.github.zehsteam.SellMyScrap] 

GetOvertimeBonus();
daysUntilDeadline: 5
overtimeBonus: 110

[Info   :com.github.zehsteam.SellMyScrap] 

SyncNewProfitQuotaClientRpc();
daysUntilDeadline: 5
overtimeBonus: 110

[Info   :com.github.zehsteam.SellMyScrap] 

SyncNewProfitQuotaClientRpc();
daysUntilDeadline: 5
overtimeBonus: 110

[Debug  :me.loaforc.soundapi] Audios:UIAudio:ReachedQuotaSFX == *:UIAudio:ReachedQuotaSFX?
[Info   :GeneralImprovements] Applying surplus quota to fulfilled: $0
[Info   :GeneralImprovements] Applying surplus quota to fulfilled: $0

@ProjectBots This issue should be fixed in update 1.5.0+, f99b9f3
Set the overrideSetNewProfitQuota config setting to false to apply the fix.

This has now been fixed by default in the latest release v1.5.13+, 82f8e31