mirror of
https://github.com/PaperMC/Paper.git
synced 2024-11-24 03:25:15 +01:00
[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() {
|
||||
return !(hasOwner());
|
||||
return profile == null;
|
||||
}
|
||||
|
||||
@Override
|
||||
|
Loading…
Reference in New Issue
Block a user