ExtraCells / ExtraCells2

ExtraCells 2
MIT License
136 stars 115 forks source link

Fix gas terminal incorrect value display & fix waila dependence change. #708

Open Demonly opened 4 years ago

Demonly commented 4 years ago

This primarily fixes the gas terminal with it displaying the wrong amount of gas. fix

Fixes:

688

Shad0wlife commented 4 years ago

Wouldn't only the last else you added actually do something, since the other if-s return from inside their scope I think?

Demonly commented 4 years ago

Wouldn't only the last else you added actually do something, since the other if-s return from inside their scope I think?

Yes the first two technically aren't needed. Wasn't aware they were just returning.

Last one be all that is needed to fix the values.