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

minor fixes

This commit is contained in:
2022-10-10 20:02:38 +08:00
parent cde422764d
commit 4dcb8dcfac
7 changed files with 7 additions and 7 deletions

View File

@@ -56,7 +56,7 @@ public class LogisticMiner : BaseUnityPlugin
.Value - 1;
_fuelPlsSlot = Config.Bind("General", "PLSFuelSlot", _fuelPlsSlot + 1,
new ConfigDescription("Fuel slot for PLS, set to 0 to disable",
new AcceptableValueRange<int>(0, 3), Array.Empty<object>()))
new AcceptableValueRange<int>(0, 4), Array.Empty<object>()))
.Value - 1;
if (!_cfgEnabled) return;