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:
@@ -60,11 +60,6 @@ public class LogisticMiner : BaseUnityPlugin
|
||||
.Value - 1;
|
||||
if (!_cfgEnabled) return;
|
||||
|
||||
if (_miningScale < 100)
|
||||
{
|
||||
_miningScale = 100;
|
||||
}
|
||||
|
||||
Harmony.CreateAndPatchAll(typeof(LogisticMiner));
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user