Adjust the profile obtaining command
This commit is contained in:
parent
19d99091b7
commit
8fdc29d4ea
2 changed files with 2 additions and 3 deletions
|
@ -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 {
|
||||
|
|
Reference in a new issue