mirror of
https://github.com/sp-tarkov/modules.git
synced 2025-02-12 20:50:44 -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();
|
||||
|
||||
// TODO: check if these patches are needed
|
||||
new PmcTakesAgesToHealLimbsPatch().Enable();
|
||||
// new PmcTakesAgesToHealLimbsPatch().Enable();
|
||||
new DisableNonHalloweenExitsDuringEventPatch().Enable();
|
||||
// new AllScavsHostileHostileToPlayerScavPatch().Enable();
|
||||
// new CopyPmcQuestsToPlayerScavPatch().Enable();
|
||||
|
@ -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;
|
||||
|
Loading…
x
Reference in New Issue
Block a user