Skip to content

Commit

Permalink
Update HeadURL.java
Browse files Browse the repository at this point in the history
  • Loading branch information
Brennian committed Oct 17, 2023
1 parent 809ad0f commit ae67b84
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/main/java/com/arcaniax/gobrush/util/HeadURL.java
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ public static ItemStack create(String data, String name, String lore) {
if (!name.equals("")) {
headMeta.setDisplayName(ChatColor.translateAlternateColorCodes('&', name));
}
GameProfile profile = new GameProfile(UUID.randomUUID(), null);
GameProfile profile = new GameProfile(UUID.randomUUID(), "goBrush");
profile.getProperties().put("textures", new Property("textures", data));
Field profileField;
try {
Expand Down

0 comments on commit ae67b84

Please sign in to comment.