From 52983e7a343a426bdd977f77f296fc86b6b6b392 Mon Sep 17 00:00:00 2001 From: Exomanz Date: Fri, 9 Aug 2024 11:49:17 -0500 Subject: [PATCH] Fixed inconsistent logging --- UITweaks/Decorators/SongProgressPanelDecorator.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/UITweaks/Decorators/SongProgressPanelDecorator.cs b/UITweaks/Decorators/SongProgressPanelDecorator.cs index d5811a2..fd06541 100644 --- a/UITweaks/Decorators/SongProgressPanelDecorator.cs +++ b/UITweaks/Decorators/SongProgressPanelDecorator.cs @@ -39,7 +39,7 @@ protected override bool ModPanel(in PanelDecoratorBase decorator) if (gameplaySceneSetupData?.beatmapKey.beatmapCharacteristic.containsRotationEvents == true) { - logger.Debug("Selected map is 360/90. Disabling the SongProgressPanelModifier"); + logger.Logger.Debug("Selected map is 360/90. Disabling the SongProgressPanelModifier"); CanBeUsedSafely = false; return false; }