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
|
* This is called on a thread as it is thread blocking
|
||||||
*/
|
*/
|
||||||
public static WrappedGameProfile lookupGameProfile(String playerName) {
|
public static WrappedGameProfile lookupGameProfile(String playerName) {
|
||||||
return ReflectionManager.grabProfileAddUUID(playerName);
|
return ReflectionManager.getSkullBlob(ReflectionManager.grabProfileAddUUID(playerName));
|
||||||
}
|
}
|
||||||
|
|
||||||
/**
|
/**
|
||||||
|
Loading…
Reference in New Issue
Block a user