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:
parent
0986ebac2d
commit
a39cd0a7b0
@ -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();
|
||||||
|
@ -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;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user