13
0
geforkt von Mirrors/Paper

Strengthen CraftMetaSkull hasOwner method

By: Andrew <andrew@epifano.codes>
Dieser Commit ist enthalten in:
CraftBukkit/Spigot 2016-02-02 16:37:15 +11:00
Ursprung 9dd1f7fef4
Commit fd6787491b

Datei anzeigen

@ -103,7 +103,7 @@ class CraftMetaSkull extends CraftMetaItem implements SkullMeta {
} }
public boolean hasOwner() { public boolean hasOwner() {
return profile != null; return profile != null && profile.getName() != null;
} }
public String getOwner() { public String getOwner() {