This commit is contained in:
rockyhawk64 2023-10-04 18:55:28 +11:00
parent e8a5dbc1cd
commit 02b2422de0
2 changed files with 2 additions and 2 deletions

View File

@ -1,4 +1,4 @@
version: 3.19.1.3
version: 3.19.1.4
main: me.rockyhawk.commandpanels.CommandPanels
name: CommandPanels
author: RockyHawk

View File

@ -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");