From 02b2422de03e81c2c4927b3b7d45572622eb14bc Mon Sep 17 00:00:00 2001 From: rockyhawk64 Date: Wed, 4 Oct 2023 18:55:28 +1100 Subject: [PATCH] 3.19.1.4 --- resource/plugin.yml | 2 +- .../rockyhawk/commandpanels/classresources/GetCustomHeads.java | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/resource/plugin.yml b/resource/plugin.yml index f5f1ace..c068b0a 100644 --- a/resource/plugin.yml +++ b/resource/plugin.yml @@ -1,4 +1,4 @@ -version: 3.19.1.3 +version: 3.19.1.4 main: me.rockyhawk.commandpanels.CommandPanels name: CommandPanels author: RockyHawk diff --git a/src/me/rockyhawk/commandpanels/classresources/GetCustomHeads.java b/src/me/rockyhawk/commandpanels/classresources/GetCustomHeads.java index a873641..02be3ef 100644 --- a/src/me/rockyhawk/commandpanels/classresources/GetCustomHeads.java +++ b/src/me/rockyhawk/commandpanels/classresources/GetCustomHeads.java @@ -120,7 +120,7 @@ public class GetCustomHeads { @SuppressWarnings("deprecation") public ItemStack getCustomHead(String b64stringtexture) { //get head from base64 - GameProfile profile = new GameProfile(UUID.randomUUID(), null); + GameProfile profile = new GameProfile(UUID.randomUUID(), ""); PropertyMap propertyMap = profile.getProperties(); if (propertyMap == null) { throw new IllegalStateException("Profile doesn't contain a property map");