Skip to content

Commit de04837

Browse files
committed
Update APPlayState.hx
1 parent 48f226a commit de04837

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

source/archipelago/APPlayState.hx

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2071,8 +2071,10 @@ class APPlayState extends PlayState {
20712071
}
20722072
PlayState.gameplayArea = "APFreeplay";
20732073

2074-
// if (chartModifier != "Normal")
2075-
chartModifier = "Normal";
2074+
if (ClientPrefs.getGameplaySetting('chartModifier', 'Normal') != "Normal" || ClientPrefs.getGameplaySetting('chartModifier', 'Normal') == null)
2075+
{
2076+
ClientPrefs.data.gameplaySettings.chartModifier = "Normal";
2077+
}
20762078

20772079

20782080
super.endSong();

0 commit comments

Comments
 (0)