forked from Cookies_Github_mirror/AquaDX
[F] Fix DIVA pd_id overflow
This commit is contained in:
@@ -7,7 +7,7 @@ import lombok.Data;
|
||||
*/
|
||||
@Data
|
||||
public class PlayerInfo {
|
||||
private int pdId;
|
||||
private long pdId;
|
||||
private String playerName;
|
||||
private int vocaloidPoints;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user