Skip to content

Commit

Permalink
Merge pull request #319 from Arasple/master
Browse files Browse the repository at this point in the history
[6.0.11][publish] Experimental > 1.20
  • Loading branch information
Arasple authored Jun 11, 2023
2 parents 3654651 + d1af7c0 commit 667f66f
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -189,7 +189,7 @@ public static void serialize(@NotNull ItemStack item, @NotNull ConfigurationSect
config.set(entry, enchant.getValue());
}
} else if (meta instanceof SkullMeta) {
String skull = XSkull.getSkinValue(meta);
String skull = XSkull.getSkinValue(meta).getTextures();
if (skull != null) config.set("skull", skull);
} else if (meta instanceof BannerMeta) {
BannerMeta banner = (BannerMeta) meta;
Expand Down

0 comments on commit 667f66f

Please sign in to comment.