Closed MushroomMif closed 10 months ago
GuiElementBuilder#setSkullOwner method invokes MinecraftSessionServer#getTextures method with GameProfile and boolean (as you can see here https://github.com/Patbox/sgui/blob/1.20.2/src/main/java/eu/pb4/sgui/api/elements/GuiElementBuilder.java#L276 ) but in new version of AuthLib there is no boolean now, only GameProfile.
GuiElementBuilder#setSkullOwner method invokes MinecraftSessionServer#getTextures method with GameProfile and boolean (as you can see here https://github.com/Patbox/sgui/blob/1.20.2/src/main/java/eu/pb4/sgui/api/elements/GuiElementBuilder.java#L276 ) but in new version of AuthLib there is no boolean now, only GameProfile.