Skip to content

Commit

Permalink
Merge pull request #6 from stevimeister/patch-1
Browse files Browse the repository at this point in the history
Update ProfileService.java
  • Loading branch information
arthurr0 authored Nov 6, 2021
2 parents 0f72e18 + d964774 commit 43af0cb
Showing 1 changed file with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -35,9 +35,9 @@ private Profile loadingProfile(UUID uniqueId) {
Profile profile = this.dataService.loadData(uniqueId);
if (profile == null) {
return new Profile(uniqueId, this.configuration);
} else {
return profile;
}
}

return profile;
}

private void deleteProfile(Profile profile) {
Expand Down

0 comments on commit 43af0cb

Please sign in to comment.