mirror of
https://github.com/MewoLab/AquaDX.git
synced 2026-02-05 09:07:26 +08:00
[ONGEKI] fix wrong userRatingBaseNextNewList
This commit is contained in:
@@ -193,7 +193,7 @@ public class UpsertUserAllHandler implements BaseHandler {
|
||||
}
|
||||
// userRatingBaseNextNewList
|
||||
if (upsertUserAll.containsKey("userRatingBaseNextNewList")) {
|
||||
this.saveGeneralData(upsertUserAll, newUserData, "userRatingBaseBestNewList", "rating_base_new_next");
|
||||
this.saveGeneralData(upsertUserAll, newUserData, "userRatingBaseNextNewList", "rating_base_new_next");
|
||||
}
|
||||
|
||||
// This is the recent best
|
||||
|
||||
Reference in New Issue
Block a user