mirror of
https://github.com/TotalFreedomMC/TF-EssentialsX.git
synced 2025-02-11 11:49:12 +00:00
Set item meta in setSkullOwner before returning
*Should* address #2765.
This commit is contained in:
parent
5f9eb22d23
commit
219012bc35
1 changed files with 1 additions and 0 deletions
|
@ -589,6 +589,7 @@ public class MetaItemStack {
|
|||
if (useNewSkullMethod) {
|
||||
try {
|
||||
meta.setOwningPlayer(ess.getServer().getOfflinePlayer(owner));
|
||||
stack.setItemMeta(meta);
|
||||
return;
|
||||
} catch (NoSuchMethodError e) {
|
||||
useNewSkullMethod = false;
|
||||
|
|
Loading…
Reference in a new issue