diff --git a/OverclockEverything/Cfg.cs b/OverclockEverything/Cfg.cs index 6dbc5d9..f9ea967 100644 --- a/OverclockEverything/Cfg.cs +++ b/OverclockEverything/Cfg.cs @@ -7,7 +7,7 @@ public struct Cfg } public readonly uint[] BeltSpeed = { - 2, 5, 10 + 1, 2, 5 }; public int SorterSpeedMultiplier = 1; public int SorterPowerConsumptionMultiplier = 1;