mirror of
https://github.com/PaperMC/Paper.git
synced 2024-12-01 20:50:41 +01:00
[SPIGOT-1494] Really fix player skulls with custom texture but without owner.
This commit is contained in:
parent
3f3c65f471
commit
e1ebe524a7
1 changed files with 1 additions and 1 deletions
|
@ -84,7 +84,7 @@ class CraftMetaSkull extends CraftMetaItem implements SkullMeta {
|
||||||
}
|
}
|
||||||
|
|
||||||
boolean isSkullEmpty() {
|
boolean isSkullEmpty() {
|
||||||
return !(hasOwner());
|
return profile == null;
|
||||||
}
|
}
|
||||||
|
|
||||||
@Override
|
@Override
|
||||||
|
|
Loading…
Reference in a new issue