From 9c4b72377baf89a2e59e2d550d4f2d571e1d9e81 Mon Sep 17 00:00:00 2001 From: chomp Date: Sat, 14 Oct 2023 10:28:59 +0000 Subject: [PATCH] Remove ingame console logging for rankpanel patch (!34) Co-authored-by: Kaeno Reviewed-on: https://dev.sp-tarkov.com/SPT-AKI/Modules/pulls/34 Co-authored-by: chomp Co-committed-by: chomp --- project/Aki.Debugging/Patches/EndRaidDebug.cs | 2 -- 1 file changed, 2 deletions(-) diff --git a/project/Aki.Debugging/Patches/EndRaidDebug.cs b/project/Aki.Debugging/Patches/EndRaidDebug.cs index 909695c..869c411 100644 --- a/project/Aki.Debugging/Patches/EndRaidDebug.cs +++ b/project/Aki.Debugging/Patches/EndRaidDebug.cs @@ -33,9 +33,7 @@ namespace Aki.Debugging.Patches if (____rankPanel == null) { - ConsoleScreen.LogError("This Shouldn't happen!! Please report this in discord"); Logger.Log(LogLevel.Error, "[AKI] _rankPanel was null, skipping method_0"); - return false; // skip original }