3
0
Mirror von https://github.com/TheSilentPro/HeadDB.git synchronisiert 2024-12-27 11:20:05 +01:00

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 {