mirror of
https://github.com/MewoLab/AquaDX.git
synced 2026-02-11 10:57:28 +08:00
[ONGEKI] fix wrong userRatingBaseNextNewList
This commit is contained in:
@@ -193,7 +193,7 @@ public class UpsertUserAllHandler implements BaseHandler {
|
|||||||
}
|
}
|
||||||
// userRatingBaseNextNewList
|
// userRatingBaseNextNewList
|
||||||
if (upsertUserAll.containsKey("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
|
// This is the recent best
|
||||||
|
|||||||
Reference in New Issue
Block a user