From a39cd0a7b02fb1c8c7a4441468a5b6771ee399d0 Mon Sep 17 00:00:00 2001 From: CWX Date: Fri, 2 Aug 2024 17:14:05 +0100 Subject: [PATCH] added CJ's debug tool to allowed list, disabled another patch for testing, dnspy looks like BSG do what we did --- project/SPT.Custom/SPTCustomPlugin.cs | 2 +- project/SPT.Custom/Utils/MenuNotificationManager.cs | 3 ++- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/project/SPT.Custom/SPTCustomPlugin.cs b/project/SPT.Custom/SPTCustomPlugin.cs index d01efde..b84cb48 100644 --- a/project/SPT.Custom/SPTCustomPlugin.cs +++ b/project/SPT.Custom/SPTCustomPlugin.cs @@ -22,7 +22,7 @@ namespace SPT.Custom new EasyBundlePatch().Enable(); // TODO: check if these patches are needed - new PmcTakesAgesToHealLimbsPatch().Enable(); + // new PmcTakesAgesToHealLimbsPatch().Enable(); new DisableNonHalloweenExitsDuringEventPatch().Enable(); // new AllScavsHostileHostileToPlayerScavPatch().Enable(); // new CopyPmcQuestsToPlayerScavPatch().Enable(); diff --git a/project/SPT.Custom/Utils/MenuNotificationManager.cs b/project/SPT.Custom/Utils/MenuNotificationManager.cs index bd8449c..51a6497 100644 --- a/project/SPT.Custom/Utils/MenuNotificationManager.cs +++ b/project/SPT.Custom/Utils/MenuNotificationManager.cs @@ -30,7 +30,8 @@ namespace SPT.Custom.Utils "com.cwx.debuggingtool", "xyz.drakia.botdebug", "com.kobrakon.camunsnap", - "RuntimeUnityEditor" + "RuntimeUnityEditor", + "com.dirtbikercj.debugplus" }; public static string[] disallowedPlugins;