Fix up skin blobs

This commit is contained in:
libraryaddict 2014-09-29 17:19:07 +13:00
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));
}
/**