Typo onThreshholdPass
This commit is contained in:
parent
31886d7f72
commit
2b78573dd3
2 changed files with 2 additions and 2 deletions
|
@ -54,7 +54,7 @@ public class EnergyWatcher implements IEnergyWatcher
|
||||||
|
|
||||||
public void post(EnergyGridCache energyGridCache)
|
public void post(EnergyGridCache energyGridCache)
|
||||||
{
|
{
|
||||||
myObject.onThreshholdPass( energyGridCache );
|
myObject.onThresholdPass( energyGridCache );
|
||||||
}
|
}
|
||||||
|
|
||||||
public EnergyWatcher(EnergyGridCache cache, IEnergyWatcherHost host) {
|
public EnergyWatcher(EnergyGridCache cache, IEnergyWatcherHost host) {
|
||||||
|
|
|
@ -327,7 +327,7 @@ public class PartLevelEmitter extends PartUpgradeable implements IEnergyWatcherH
|
||||||
}
|
}
|
||||||
|
|
||||||
@Override
|
@Override
|
||||||
public void onThreshholdPass(IEnergyGrid energyGrid)
|
public void onThresholdPass(IEnergyGrid energyGrid)
|
||||||
{
|
{
|
||||||
lastReportedValue = (long) energyGrid.getStoredPower();
|
lastReportedValue = (long) energyGrid.getStoredPower();
|
||||||
updateState();
|
updateState();
|
||||||
|
|
Loading…
Reference in a new issue