ExtraCells2
ExtraCells2 copied to clipboard
Fix gas terminal incorrect value display & fix waila dependence change.
This primarily fixes the gas terminal with it displaying the wrong amount of gas.

Fixes: #688
Wouldn't only the last else you added actually do something, since the other if-s return from inside their scope I think?
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.