Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Cargo dosen't update properly #4

Closed
xanderio opened this issue Jan 30, 2015 · 1 comment
Closed

Cargo dosen't update properly #4

xanderio opened this issue Jan 30, 2015 · 1 comment
Assignees

Comments

@xanderio
Copy link

If you change the max cargo on the right.
the amount you pick on a station is not update properly

@founderio
Copy link
Owner

That behaviour is actually by design.
The amount is saved per transaction. The maximum cargo is only fetched at transaction creation, after that it will not change.

Solution proposal: I will save:

  • Manually set cargo amount -> will not change
  • Automatically set cargo (maximum amount) will be saved as 0 internally. On calculation & display it will fetch the maximum cargo from the pilot settings - essentially do the same as before, just one step later. This waay I can also display MAX (xyz) as amount to make it clearer.

@founderio founderio self-assigned this Feb 1, 2015
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants