From ab1fd52edaf81348f9f79c1b61716ea44c8157e9 Mon Sep 17 00:00:00 2001 From: Luke Spragg Date: Wed, 10 Mar 2021 12:41:34 -0500 Subject: [PATCH] Patch for Alpha 19.4 (b7) update --- resources/SevenDaysToDie.opj | 63 +++--------------------------- src/Oxide.SevenDaysToDie.csproj | 3 +- src/SevenDaysToDieCommandSystem.cs | 1 - 3 files changed, 6 insertions(+), 61 deletions(-) diff --git a/resources/SevenDaysToDie.opj b/resources/SevenDaysToDie.opj index e997496..9ef9df3 100644 --- a/resources/SevenDaysToDie.opj +++ b/resources/SevenDaysToDie.opj @@ -1,6 +1,6 @@ { "Name": "7 Days to Die", - "TargetDirectory": "D:\\Servers\\7DaysToDie\\7DaysToDieServer_Data\\Managed", + "TargetDirectory": "E:\\Servers\\7DaysToDie\\7DaysToDieServer_Data\\Managed", "Manifests": [ { "AssemblyName": "Assembly-CSharp.dll", @@ -32,7 +32,7 @@ { "Type": "Simple", "Hook": { - "InjectionIndex": 130, + "InjectionIndex": 145, "ReturnBehavior": 0, "ArgumentBehavior": 2, "ArgumentString": null, @@ -50,7 +50,7 @@ "Entity" ] }, - "MSILHash": "fB2BJYe8HR68oN7pTlkDPFcMzbAfKtnu/2mPDhPji90=", + "MSILHash": "0R+F33Nt4R5wDorAT10AwNDILMbPkpSUVd1S5n02qPE=", "BaseHookName": null, "HookCategory": "Entity" } @@ -557,7 +557,7 @@ "ReturnType": "System.Void", "Parameters": [] }, - "MSILHash": "S+qaCD6vQWdA/FyWsu3jGdkMdLIJbM4X8b17F4l/rtM=", + "MSILHash": "ai3eWmnKq7X2NlmXf88gmJg9K7HffYlzjmLAE/0BYog=", "BaseHookName": null, "HookCategory": "Server" } @@ -581,7 +581,7 @@ "ReturnType": "System.Void", "Parameters": [] }, - "MSILHash": "S+qaCD6vQWdA/FyWsu3jGdkMdLIJbM4X8b17F4l/rtM=", + "MSILHash": "ai3eWmnKq7X2NlmXf88gmJg9K7HffYlzjmLAE/0BYog=", "BaseHookName": "InitOxide", "HookCategory": "Server" } @@ -984,59 +984,6 @@ "Flagged": false } ] - }, - { - "AssemblyName": "LogLibrary.dll", - "Hooks": [], - "Modifiers": [ - { - "Name": "Logger::UnityLogCallback", - "AssemblyName": "LogLibrary.dll", - "TypeName": "Logger", - "Type": 1, - "TargetExposure": [ - 2 - ], - "Flagged": false, - "Signature": { - "Exposure": [ - 0 - ], - "Name": "UnityLogCallback", - "FullTypeName": "System.Void", - "Parameters": [ - "System.String", - "System.String", - "UnityEngine.LogType" - ] - }, - "MSILHash": "n55HmeVZ6lN0jMbrSqeqlSS04/KD6mFxTWIZgvjPHsU=" - }, - { - "Name": "Logger::SendToLogListeners", - "AssemblyName": "LogLibrary.dll", - "TypeName": "Logger", - "Type": 1, - "TargetExposure": [ - 2 - ], - "Flagged": false, - "Signature": { - "Exposure": [ - 0 - ], - "Name": "SendToLogListeners", - "FullTypeName": "System.Void", - "Parameters": [ - "System.String", - "System.String", - "UnityEngine.LogType" - ] - }, - "MSILHash": "gL/FvmqtYitqDEwJD/oNESxO4KUifAc6GeeNz6QBNko=" - } - ], - "Fields": [] } ] } \ No newline at end of file diff --git a/src/Oxide.SevenDaysToDie.csproj b/src/Oxide.SevenDaysToDie.csproj index 4192554..5a2f57e 100644 --- a/src/Oxide.SevenDaysToDie.csproj +++ b/src/Oxide.SevenDaysToDie.csproj @@ -31,7 +31,6 @@ - @@ -40,7 +39,7 @@ - + diff --git a/src/SevenDaysToDieCommandSystem.cs b/src/SevenDaysToDieCommandSystem.cs index 4ef2c50..2877e43 100644 --- a/src/SevenDaysToDieCommandSystem.cs +++ b/src/SevenDaysToDieCommandSystem.cs @@ -4,7 +4,6 @@ using System.Collections.Generic; using System.Linq; using System.Text; -using static SdtdConsole; namespace Oxide.Game.SevenDays {