forgot to set meta back

This commit is contained in:
hsgamer 2023-11-22 14:30:53 +07:00
parent 96aa5e457a
commit d8ac02e61d
1 changed files with 1 additions and 0 deletions

View File

@ -101,6 +101,7 @@ public class HeadCache
if (meta != null && this.playerProfile != null)
{
meta.setOwnerProfile(this.playerProfile);
item.setItemMeta(meta);
}
return item;