[SPIGOT-1494] Really fix player skulls with custom texture but without owner.

By: BlackHole <black-hole@live.com>
This commit is contained in:
CraftBukkit/Spigot 2016-02-17 02:15:43 +01:00
parent eb6f00d0c9
commit 2da480a9c8

View file

@ -84,7 +84,7 @@ class CraftMetaSkull extends CraftMetaItem implements SkullMeta {
}
boolean isSkullEmpty() {
return !(hasOwner());
return profile == null;
}
@Override