idk how this went null

Dieser Commit ist enthalten in:
Silent 2021-04-21 23:20:27 +02:00
Ursprung cfd2ed9368
Commit 09a5441bff

Datei anzeigen

@ -39,7 +39,7 @@ public class Head {
SkullMeta meta = (SkullMeta) item.getItemMeta();
meta.setDisplayName(Utils.colorize(category != null ? category.getColor() + name : "&8" + name));
// set skull owner
GameProfile profile = new GameProfile(uuid, null);
GameProfile profile = new GameProfile(uuid, name);
profile.getProperties().put("textures", new Property("textures", value));
Field profileField;
try {