Skip to content

Commit 7b34032

Browse files
committed
Update APPlayState.hx
1 parent de04837 commit 7b34032

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

source/archipelago/APPlayState.hx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2073,7 +2073,7 @@ class APPlayState extends PlayState {
20732073

20742074
if (ClientPrefs.getGameplaySetting('chartModifier', 'Normal') != "Normal" || ClientPrefs.getGameplaySetting('chartModifier', 'Normal') == null)
20752075
{
2076-
ClientPrefs.data.gameplaySettings.chartModifier = "Normal";
2076+
ClientPrefs.data.gameplaySettings.set('chartModifier', 'Normal');
20772077
}
20782078

20792079

0 commit comments

Comments
 (0)