NichtStudioCode / InvUI

A spigot library for creating custom inventory-based GUIs.
MIT License
242 stars 19 forks source link

HeadTexture#of prints a stacktrace #54

Closed Lemar98 closed 11 months ago

Lemar98 commented 11 months ago

There is one problem that worries me. Although you may say that this is not a problem.

If information about a player whose skin is not on the mojang servers is passed to the HeadTexture#of function, then this function will print an error to the console.

My suggestion is to either make a callback to handle the error, or make a throw function.

If you want I can do PR ;)