mirror of
https://github.com/jokerx3/HeatUp
synced 2026-07-27 11:39:45 +02:00
Aenderungen fuer Felix
This commit is contained in:
@@ -5,6 +5,7 @@ import java.util.Map;
|
|||||||
|
|
||||||
import de.heatup.cfg.Config;
|
import de.heatup.cfg.Config;
|
||||||
import de.heatup.logging.Logger;
|
import de.heatup.logging.Logger;
|
||||||
|
import de.heatup.ui.StatusPanelAdder;
|
||||||
import de.heatup.ui.actionPanel.HardewareManipulate;
|
import de.heatup.ui.actionPanel.HardewareManipulate;
|
||||||
|
|
||||||
public class HardwareResetTimers {
|
public class HardwareResetTimers {
|
||||||
@@ -25,6 +26,7 @@ public class HardwareResetTimers {
|
|||||||
if (HardwareResetTickstamps.get(i).equals(tickCount)) {
|
if (HardwareResetTickstamps.get(i).equals(tickCount)) {
|
||||||
Logger.write("Hardware "+i+" reset");
|
Logger.write("Hardware "+i+" reset");
|
||||||
HardewareManipulate.resetHardware(i);
|
HardewareManipulate.resetHardware(i);
|
||||||
|
StatusPanelAdder.reduceMod();
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
@@ -39,5 +41,6 @@ public class HardwareResetTimers {
|
|||||||
resetTimestamp = resetTimestamp % tickRoundMax;
|
resetTimestamp = resetTimestamp % tickRoundMax;
|
||||||
}
|
}
|
||||||
HardwareResetTickstamps.put(c, resetTimestamp);
|
HardwareResetTickstamps.put(c, resetTimestamp);
|
||||||
|
StatusPanelAdder.raiseMod();
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user