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) {