mirror of
https://github.com/plan-player-analytics/Plan.git
synced 2024-11-09 04:11:50 +01:00
Added forgotten return value :D
This commit is contained in:
parent
bcca0a7950
commit
f618a2466e
@ -259,7 +259,7 @@ public abstract class SQLDB extends Database {
|
||||
profile.setSessions(sessions);
|
||||
profile.setTotalWorldTimes(worldTimesTable.getWorldTimesOfUser(uuid));
|
||||
|
||||
return null;
|
||||
return profile;
|
||||
}
|
||||
|
||||
private void addUserInfoToProfile(PlayerProfile profile, Map<UUID, UserInfo> userInfo) {
|
||||
|
Loading…
Reference in New Issue
Block a user