From 7c744a4dc0985ff099a097769076d2571560a867 Mon Sep 17 00:00:00 2001 From: Dev Date: Sat, 20 Jan 2024 20:29:02 +0000 Subject: [PATCH] DIsable `PMCBotSpawnLocationPatch` for now as its killing PMC spawns --- project/Aki.Debugging/AkiDebuggingPlugin.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/project/Aki.Debugging/AkiDebuggingPlugin.cs b/project/Aki.Debugging/AkiDebuggingPlugin.cs index 5d323a1..552db21 100644 --- a/project/Aki.Debugging/AkiDebuggingPlugin.cs +++ b/project/Aki.Debugging/AkiDebuggingPlugin.cs @@ -36,7 +36,7 @@ namespace Aki.Debugging new BTRDebugCommandPatch().Enable(); new BTRDebugDataPatch().Enable(); - new PMCBotSpawnLocationPatch().Enable(); + //new PMCBotSpawnLocationPatch().Enable(); } catch (Exception ex) {