forked from Cookies_Github_mirror/AquaDX
[F] Fix DIVA pd_id overflow
This commit is contained in:
@@ -19,7 +19,7 @@ public class PlayerProfileService {
|
||||
this.playerProfileRepository = playerProfileRepository;
|
||||
}
|
||||
|
||||
public Optional<PlayerProfile> findByPdId(int pdId) {
|
||||
public Optional<PlayerProfile> findByPdId(long pdId) {
|
||||
return playerProfileRepository.findByPdId(pdId);
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user