Fix a little derp in getPower()
This commit is contained in:
parent
6a562117b6
commit
735b281341
1 changed files with 1 additions and 1 deletions
|
@ -358,6 +358,6 @@ public class EnergyNetwork
|
|||
|
||||
public double getPower()
|
||||
{
|
||||
return joulesTransmitted * 20;
|
||||
return joulesLastTick * 20;
|
||||
}
|
||||
}
|
Loading…
Reference in a new issue