My mistype found + corrected
This commit is contained in:
parent
5556458c93
commit
d379f22d46
@ -604,7 +604,7 @@ public abstract class MemoryFPlayer implements FPlayer {
|
|||||||
return this.millisPassed;
|
return this.millisPassed;
|
||||||
}
|
}
|
||||||
public long getLastPowerUpdateTime() {
|
public long getLastPowerUpdateTime() {
|
||||||
return this.millisPassed;
|
return this.lastPowerUpdateTime;
|
||||||
}
|
}
|
||||||
|
|
||||||
public void updatePower() {
|
public void updatePower() {
|
||||||
|
Loading…
Reference in New Issue
Block a user