From 89f3842ae958b7e4fa5ea6d8d6ba0e0a13fcbb6c Mon Sep 17 00:00:00 2001 From: CWXDEV Date: Thu, 28 Dec 2023 15:15:54 +0000 Subject: [PATCH] change so patch is off by default --- project/Aki.Debugging/AkiDebuggingPlugin.cs | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/project/Aki.Debugging/AkiDebuggingPlugin.cs b/project/Aki.Debugging/AkiDebuggingPlugin.cs index ce37640..1eaed05 100644 --- a/project/Aki.Debugging/AkiDebuggingPlugin.cs +++ b/project/Aki.Debugging/AkiDebuggingPlugin.cs @@ -14,9 +14,9 @@ namespace Aki.Debugging try { - // new CoordinatesPatch().Enable(); new EndRaidDebug().Enable(); - new StaticLootDumper().Enable(); + // new CoordinatesPatch().Enable(); + // new StaticLootDumper().Enable(); } catch (Exception ex) {