1
0
mirror of https://github.com/soarqin/DSP_Mods.git synced 2025-12-08 20:53:28 +08:00

bug fixes

This commit is contained in:
2023-09-15 00:40:57 +08:00
parent 514d80988c
commit 34c37eabed
2 changed files with 23 additions and 17 deletions

View File

@@ -60,11 +60,6 @@ public class LogisticMiner : BaseUnityPlugin
.Value - 1;
if (!_cfgEnabled) return;
if (_miningScale < 100)
{
_miningScale = 100;
}
Harmony.CreateAndPatchAll(typeof(LogisticMiner));
}