ExecutionTime Multiplier, Hex Format

This commit is contained in:
2024-06-02 21:41:00 +02:00
parent 8bc6d5cfd0
commit 0ed167f822
6 changed files with 37 additions and 20 deletions

View File

@ -18,7 +18,7 @@ public class Commands {
}
public static long getTotalExecutionTime() {
return totalExecutionTime;
return (long) (totalExecutionTime * Controller_Frontend.getExecutionTimeMultiplier());
}
public static void resetTotalExecutionTime() {