mirror of
https://github.com/sp-tarkov/modules.git
synced 2025-02-13 05:30:43 -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:
parent
57584bc8ba
commit
9c4b72377b
@ -33,9 +33,7 @@ namespace Aki.Debugging.Patches
|
|||||||
|
|
||||||
if (____rankPanel == null)
|
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");
|
Logger.Log(LogLevel.Error, "[AKI] _rankPanel was null, skipping method_0");
|
||||||
|
|
||||||
return false; // skip original
|
return false; // skip original
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user