mirror of
https://github.com/MewoLab/AquaDX.git
synced 2026-02-06 15:47:36 +08:00
fix saving judge offset
This commit is contained in:
@@ -394,7 +394,7 @@ class OngekiRepositoryTest {
|
||||
}
|
||||
|
||||
private UserOption getOption(UserData u) {
|
||||
return new UserOption(-1, u, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1);
|
||||
return new UserOption(-1, u, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1);
|
||||
}
|
||||
|
||||
private UserPlaylog getPlaylog(UserData u, Integer musicId) {
|
||||
|
||||
Reference in New Issue
Block a user