ZehsTeam / Lethal-Company-SellMyScrap

Adds a few terminal commands to sell your scrap from the ship. Highly Configurable. SellFromTerminal +
https://thunderstore.io/c/lethal-company/p/Zehs/SellMyScrap/
MIT License
2 stars 0 forks source link

v1.4.1 broke GeneralImprovements's quota rollover #5

Closed ProjectBots closed 5 months ago

ProjectBots commented 5 months ago

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
ZehsTeam commented 5 months ago

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

ZehsTeam commented 4 months ago

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