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:
@@ -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;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user