mirror of
https://github.com/jokerx3/HeatUp
synced 2026-07-27 08:49:44 +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.logging.Logger;
|
||||
import de.heatup.ui.StatusPanelAdder;
|
||||
import de.heatup.ui.actionPanel.HardewareManipulate;
|
||||
|
||||
public class HardwareResetTimers {
|
||||
@@ -25,6 +26,7 @@ public class HardwareResetTimers {
|
||||
if (HardwareResetTickstamps.get(i).equals(tickCount)) {
|
||||
Logger.write("Hardware "+i+" reset");
|
||||
HardewareManipulate.resetHardware(i);
|
||||
StatusPanelAdder.reduceMod();
|
||||
}
|
||||
}
|
||||
}
|
||||
@@ -39,5 +41,6 @@ public class HardwareResetTimers {
|
||||
resetTimestamp = resetTimestamp % tickRoundMax;
|
||||
}
|
||||
HardwareResetTickstamps.put(c, resetTimestamp);
|
||||
StatusPanelAdder.raiseMod();
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user