0
0
mirror of https://github.com/sp-tarkov/modules.git synced 2025-02-13 05:30:43 -05:00

added CJ's debug tool to allowed list, disabled another patch for testing, dnspy looks like BSG do what we did

This commit is contained in:
CWX 2024-08-02 17:14:05 +01:00
parent 0986ebac2d
commit a39cd0a7b0
2 changed files with 3 additions and 2 deletions

View File

@ -22,7 +22,7 @@ namespace SPT.Custom
new EasyBundlePatch().Enable(); new EasyBundlePatch().Enable();
// TODO: check if these patches are needed // TODO: check if these patches are needed
new PmcTakesAgesToHealLimbsPatch().Enable(); // new PmcTakesAgesToHealLimbsPatch().Enable();
new DisableNonHalloweenExitsDuringEventPatch().Enable(); new DisableNonHalloweenExitsDuringEventPatch().Enable();
// new AllScavsHostileHostileToPlayerScavPatch().Enable(); // new AllScavsHostileHostileToPlayerScavPatch().Enable();
// new CopyPmcQuestsToPlayerScavPatch().Enable(); // new CopyPmcQuestsToPlayerScavPatch().Enable();

View File

@ -30,7 +30,8 @@ namespace SPT.Custom.Utils
"com.cwx.debuggingtool", "com.cwx.debuggingtool",
"xyz.drakia.botdebug", "xyz.drakia.botdebug",
"com.kobrakon.camunsnap", "com.kobrakon.camunsnap",
"RuntimeUnityEditor" "RuntimeUnityEditor",
"com.dirtbikercj.debugplus"
}; };
public static string[] disallowedPlugins; public static string[] disallowedPlugins;