[SPIGOT-1494] Really fix player skulls with custom texture but without owner.
By: BlackHole <black-hole@live.com>
This commit is contained in:
@@ -84,7 +84,7 @@ class CraftMetaSkull extends CraftMetaItem implements SkullMeta {
|
||||
}
|
||||
|
||||
boolean isSkullEmpty() {
|
||||
return !(hasOwner());
|
||||
return profile == null;
|
||||
}
|
||||
|
||||
@Override
|
||||
|
||||
Reference in New Issue
Block a user