Skip to content

Commit 41973ae

Browse files
committed
We do not talk about this.
1 parent 9f0dcba commit 41973ae

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
@@ -2036,7 +2036,7 @@ class APPlayState extends PlayState {
20362036

20372037
super.endSong();
20382038
paused = true;
2039-
states.FreeplayState.callVictory = states.FreeplayState.isVictorySong(PlayState.SONG.song, currentMod)
2039+
states.FreeplayState.callVictory = states.FreeplayState.isVictorySong(PlayState.SONG.song, currentMod);
20402040
openSubState(new substates.RankingSubstate());
20412041
return true; //why does endsong need this?????
20422042
}

0 commit comments

Comments
 (0)