diff --git a/CheatEnabler/CheatEnabler.csproj b/CheatEnabler/CheatEnabler.csproj index 15755b6..8749cdf 100644 --- a/CheatEnabler/CheatEnabler.csproj +++ b/CheatEnabler/CheatEnabler.csproj @@ -15,7 +15,7 @@ - + diff --git a/CompressSave/CompressSave.csproj b/CompressSave/CompressSave.csproj index 2bd3130..e7a972c 100644 --- a/CompressSave/CompressSave.csproj +++ b/CompressSave/CompressSave.csproj @@ -14,7 +14,7 @@ - + diff --git a/Dustbin/Dustbin.csproj b/Dustbin/Dustbin.csproj index 8ce64f5..16efe3c 100644 --- a/Dustbin/Dustbin.csproj +++ b/Dustbin/Dustbin.csproj @@ -15,7 +15,7 @@ - + diff --git a/HideTips/HideTips.csproj b/HideTips/HideTips.csproj index cbfbbdb..b6a6e57 100644 --- a/HideTips/HideTips.csproj +++ b/HideTips/HideTips.csproj @@ -14,7 +14,7 @@ - + diff --git a/LogisticMiner/LogisticMiner.cs b/LogisticMiner/LogisticMiner.cs index 69d2add..96717dd 100644 --- a/LogisticMiner/LogisticMiner.cs +++ b/LogisticMiner/LogisticMiner.cs @@ -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(0, 3), Array.Empty())) + new AcceptableValueRange(0, 4), Array.Empty())) .Value - 1; if (!_cfgEnabled) return; diff --git a/LogisticMiner/LogisticMiner.csproj b/LogisticMiner/LogisticMiner.csproj index ae7757b..923d84d 100644 --- a/LogisticMiner/LogisticMiner.csproj +++ b/LogisticMiner/LogisticMiner.csproj @@ -14,7 +14,7 @@ - + diff --git a/OCBatchBuild/OCBatchBuild.csproj b/OCBatchBuild/OCBatchBuild.csproj index db2c07f..20751a7 100644 --- a/OCBatchBuild/OCBatchBuild.csproj +++ b/OCBatchBuild/OCBatchBuild.csproj @@ -13,7 +13,7 @@ - +