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

This commit is contained in:
BlackHole 2016-02-17 02:15:43 +01:00 committed by md_5
parent 3f3c65f471
commit e1ebe524a7

View File

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