mirror of
https://github.com/libraryaddict/LibsDisguises.git
synced 2024-12-15 15:28:36 +01:00
Fix up skin blobs
This commit is contained in:
parent
5ab0f7e53d
commit
a253db5ae2
@ -589,7 +589,7 @@ public class DisguiseUtilities {
|
||||
* This is called on a thread as it is thread blocking
|
||||
*/
|
||||
public static WrappedGameProfile lookupGameProfile(String playerName) {
|
||||
return ReflectionManager.grabProfileAddUUID(playerName);
|
||||
return ReflectionManager.getSkullBlob(ReflectionManager.grabProfileAddUUID(playerName));
|
||||
}
|
||||
|
||||
/**
|
||||
|
Loading…
Reference in New Issue
Block a user