SPIGOT-1499: Outdated server message not working
This commit is contained in:
@@ -206,7 +206,7 @@ index 0000000000000000000000000000000000000000..00000000000000000000000000000000
|
||||
+ void applyToItem(final NBTTagCompound tag) { // Spigot - make final
|
||||
super.applyToItem(tag);
|
||||
|
||||
if (hasOwner()) {
|
||||
if (profile != null) {
|
||||
NBTTagCompound owner = new NBTTagCompound();
|
||||
GameProfileSerializer.serialize(owner, profile);
|
||||
- tag.set(SKULL_OWNER.NBT, owner);
|
||||
|
||||
Reference in New Issue
Block a user