Skip to content

Commit

Permalink
Fixed inconsistent logging
Browse files Browse the repository at this point in the history
  • Loading branch information
Exomanz committed Aug 9, 2024
1 parent 5500523 commit 52983e7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion UITweaks/Decorators/SongProgressPanelDecorator.cs
Original file line number Diff line number Diff line change
Expand Up @@ -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;
}
Expand Down

0 comments on commit 52983e7

Please sign in to comment.