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;