Skip to content

Commit e574586

Browse files
committed
MP: Handle song dirty regardless.
1 parent 5203130 commit e574586

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

src/classes/mp/mode/ffr/MPGameplayMods.as

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -84,7 +84,6 @@ package classes.mp.mode.ffr
8484
{
8585
options.songRate = rate.value;
8686
song.isDirty = true;
87-
song.handleDirty(options);
8887
}
8988

9089
if (hidden.enabled)
@@ -122,6 +121,8 @@ package classes.mp.mode.ffr
122121

123122
if (nobackground.enabled)
124123
options.setModBooleanState(nobackground.mod, nobackground.value);
124+
125+
song.handleDirty(options);
125126
}
126127
}
127128
}

0 commit comments

Comments
 (0)