ShotgunNinja / Kerbalism

Hundreds of Kerbals were killed in the making of this mod.
The Unlicense
43 stars 19 forks source link

ResourceCache don't support changing resource flowState for unloaded vessels #71

Closed ShotgunNinja closed 7 years ago

ShotgunNinja commented 7 years ago

When something change flowState of a proto resource, the new amount/capacity is not taken into account by ResourceCache.

For now the only thing changing flowState in unloaded vessels is the ProcessController device in automation. So this problem show itself only when the user toggle a process on/off using automation (either by direct click in automation ui, or with a script).

See also: #50, #52

ShotgunNinja commented 7 years ago

fixed here