From 0e207f7d841216773086dfd753befd379d442ff7 Mon Sep 17 00:00:00 2001 From: akarnokd Date: Mon, 11 Apr 2022 08:51:25 +0200 Subject: [PATCH] Fix NPE, fix readme --- .../CheatMachineRemoteDeposit.csproj | 2 +- CheatMachineRemoteDeposit/Plugin.cs | 10 +++---- README.md | 27 +++++++++---------- 3 files changed, 19 insertions(+), 20 deletions(-) diff --git a/CheatMachineRemoteDeposit/CheatMachineRemoteDeposit.csproj b/CheatMachineRemoteDeposit/CheatMachineRemoteDeposit.csproj index 96dc2f34..85fb95b5 100644 --- a/CheatMachineRemoteDeposit/CheatMachineRemoteDeposit.csproj +++ b/CheatMachineRemoteDeposit/CheatMachineRemoteDeposit.csproj @@ -4,7 +4,7 @@ net462 CheatMachineRemoteDeposit (Cheat) Machines Deposit Into Remote Containers - 1.0.0.0 + 1.0.0.1 true latest AnyCPU diff --git a/CheatMachineRemoteDeposit/Plugin.cs b/CheatMachineRemoteDeposit/Plugin.cs index c640b043..7762ff8a 100644 --- a/CheatMachineRemoteDeposit/Plugin.cs +++ b/CheatMachineRemoteDeposit/Plugin.cs @@ -10,7 +10,7 @@ namespace CheatMachineRemoteDeposit { - [BepInPlugin("akarnokd.theplanetcraftermods.cheatmachineremotedeposit", "(Cheat) Machines Deposit Into Remote Containers", "1.0.0.0")] + [BepInPlugin("akarnokd.theplanetcraftermods.cheatmachineremotedeposit", "(Cheat) Machines Deposit Into Remote Containers", "1.0.0.1")] public class Plugin : BaseUnityPlugin { @@ -33,13 +33,13 @@ static bool MachineGenerator_GenerateAnObject(Inventory ___inventory, List