From 74142eeaeb3b4576e1ca9f6040766f08dd8972a0 Mon Sep 17 00:00:00 2001 From: Soar Qin Date: Sat, 2 Sep 2023 13:06:50 +0800 Subject: [PATCH] reset belt speed to default value --- OverclockEverything/Cfg.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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;