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

DIsable PMCBotSpawnLocationPatch for now as its killing PMC spawns

This commit is contained in:
Dev 2024-01-20 20:29:02 +00:00
parent 879d90b71f
commit 7c744a4dc0

View File

@ -36,7 +36,7 @@ namespace Aki.Debugging
new BTRDebugCommandPatch().Enable();
new BTRDebugDataPatch().Enable();
new PMCBotSpawnLocationPatch().Enable();
//new PMCBotSpawnLocationPatch().Enable();
}
catch (Exception ex)
{