Adjust the profile obtaining command

This commit is contained in:
zontreck 2023-12-19 15:20:12 -07:00
parent 19d99091b7
commit 8fdc29d4ea
2 changed files with 2 additions and 3 deletions

View file

@ -82,8 +82,7 @@ public class Profile {
Profile prof = LibZontreck.PROFILES.get(UUID);
if(!prof.runSanityChecks())
{
LibZontreck.PROFILES.remove(prof);
return get_profile_of(UUID);
prof.player = ServerUtilities.getPlayerByID(UUID);
}
return prof;
}else {