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