File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
source/states/freeplay/osu Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -149,8 +149,8 @@ class DifficultySelectorSubState extends MusicBeatSubstate
149149 LoadingState .loadAndSwitchState (archipelago. APEntryState .inArchipelagoMode ? new archipelago. APPlayState ().funcAndReturn (function (ps : archipelago. APPlayState ) {
150150 @:privateAccess
151151 {
152- archipelago. APPlayState .currentSong = OsuFreeplayState .instance .fpManager .songList [OsuFreeplayState .instance . curSelected ].songName ;
153- archipelago. APPlayState .currentMod = OsuFreeplayState .instance .fpManager .songList [OsuFreeplayState .instance . curSelected ].folder ;
152+ archipelago. APPlayState .currentSong = OsuFreeplayState .instance .fpManager .songList [OsuFreeplayState .curSelected ].songName ;
153+ archipelago. APPlayState .currentMod = OsuFreeplayState .instance .fpManager .songList [OsuFreeplayState .curSelected ].folder ;
154154 }
155155 }) : new states. PlayState ());
156156 }
You can’t perform that action at this time.
0 commit comments