Skip to content

Commit a500c0a

Browse files
committed
Update RankingSubstate.hx
1 parent 6042870 commit a500c0a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

source/substates/RankingSubstate.hx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -192,7 +192,7 @@ class RankingSubstate extends MusicBeatSubstate
192192
var locationId = (PlayState.SONG.song);
193193
trace('Combo Gotten:' + comboRankLimit + " Combo Required: " + comboRankSetLimit);
194194
trace('Accuracy Gotten:' + accRankLimit + " Accuracy Required: " + accRankSetLimit);
195-
if ()
195+
196196
trace(archipelago.APPlayState.currentMod);
197197
if (archipelago.APPlayState.currentMod.trim() != "")
198198
{

0 commit comments

Comments
 (0)