[SPIGOT-1494] Really fix player skulls with custom texture but without owner.
This commit is contained in:
parent
3f3c65f471
commit
e1ebe524a7
@ -84,7 +84,7 @@ class CraftMetaSkull extends CraftMetaItem implements SkullMeta {
|
|||||||
}
|
}
|
||||||
|
|
||||||
boolean isSkullEmpty() {
|
boolean isSkullEmpty() {
|
||||||
return !(hasOwner());
|
return profile == null;
|
||||||
}
|
}
|
||||||
|
|
||||||
@Override
|
@Override
|
||||||
|
Loading…
x
Reference in New Issue
Block a user