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

Remove ingame console logging for rankpanel patch (!34)

Co-authored-by: Kaeno <e>
Reviewed-on: SPT-AKI/Modules#34
Co-authored-by: chomp <chomp@noreply.dev.sp-tarkov.com>
Co-committed-by: chomp <chomp@noreply.dev.sp-tarkov.com>
This commit is contained in:
chomp 2023-10-14 10:28:59 +00:00 committed by Kaeno
parent 57584bc8ba
commit 9c4b72377b

View File

@ -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
}