My mistype found + corrected

This commit is contained in:
DroppingAnvil 2019-11-01 04:58:52 -05:00
parent 5556458c93
commit d379f22d46
1 changed files with 1 additions and 1 deletions

View File

@ -604,7 +604,7 @@ public abstract class MemoryFPlayer implements FPlayer {
return this.millisPassed;
}
public long getLastPowerUpdateTime() {
return this.millisPassed;
return this.lastPowerUpdateTime;
}
public void updatePower() {