forked from Cookies_Github_mirror/AquaDX
[DIVA] Fix exex ranking not being return.
This commit is contained in:
@@ -59,7 +59,7 @@ public class PsRankingHandler extends BaseHandler {
|
||||
for (int i :
|
||||
list) {
|
||||
|
||||
List<PlayerPvRecord> records = playerPvRecordRepository.findTop3ByPvIdAndEditionAndDifficultyOrderByMaxScoreDesc(i, Edition.ORIGINAL, difficulty);
|
||||
List<PlayerPvRecord> records = playerPvRecordRepository.findTop3ByPvIdAndEditionAndDifficultyOrderByMaxScoreDesc(i, edition, difficulty);
|
||||
resultCollections.put(i, new PsRankingCollection(i, edition, records));
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user