Patbox / sgui

Library for creating custom, server side guis on Fabric
GNU Lesser General Public License v3.0
91 stars 17 forks source link

GuiElementBuilder#setSkullOwner broke in 1.20.3 #27

Closed MushroomMif closed 10 months ago

MushroomMif commented 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. image image