Vorbereitung fuer Score

This commit is contained in:
toksikk
2014-11-24 15:13:42 +01:00
parent 59f933b668
commit 2397cf6053
@@ -56,5 +56,6 @@ public class HardwareResetTimers {
HardwareResetTickstamps.put(c, resetTimestamp); HardwareResetTickstamps.put(c, resetTimestamp);
HardwareCooldownTimestamps.put(c, cooldownTimestamp); HardwareCooldownTimestamps.put(c, cooldownTimestamp);
StatusPanelAdder.raiseMod(); StatusPanelAdder.raiseMod();
StatusPanelAdder.addManipulations();
} }
} }