File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -155,7 +155,7 @@ class RankingSubstate extends MusicBeatSubstate
155155 locationId + = " (" + archipelago. APPlayState .currentMod + " )" ;
156156 }
157157 trace (locationId .trim ());
158- var locationIdInts = APInfo .apGame .locationData (locationId .trim ());
158+ var locationIdInts = APEntryState .apGame .locationData (locationId .trim ());
159159 trace (' Location IDs: ' + locationIdInts );
160160
161161 if (locationIdInts == null || locationIdInts .length == 0 || locationIdInts .indexOf (0 ) != - 1 )
@@ -168,7 +168,7 @@ class RankingSubstate extends MusicBeatSubstate
168168 locationId = archipelago. APPlayState .currentMod .trim () != " "
169169 ? song [0 ] + " (" + archipelago. APPlayState .currentMod + " )"
170170 : song [0 ];
171- locationIdInts = APInfo .apGame .locationData (locationId .trim ());
171+ locationIdInts = APEntryState .apGame .locationData (locationId .trim ());
172172 break ;
173173 }
174174 }
@@ -196,7 +196,7 @@ class RankingSubstate extends MusicBeatSubstate
196196 locationId = archipelago. APPlayState .currentMod .trim () != " "
197197 ? song [0 ] + " (" + archipelago. APPlayState .currentMod + " )"
198198 : song [0 ];
199- locationIdInts = APInfo .apGame .locationData (locationId .trim ());
199+ locationIdInts = APEntryState .apGame .locationData (locationId .trim ());
200200 break ;
201201 }
202202 }
You can’t perform that action at this time.
0 commit comments