forked from Upstream/CommandPanels
3.19.1.4
This commit is contained in:
parent
e8a5dbc1cd
commit
02b2422de0
@ -1,4 +1,4 @@
|
||||
version: 3.19.1.3
|
||||
version: 3.19.1.4
|
||||
main: me.rockyhawk.commandpanels.CommandPanels
|
||||
name: CommandPanels
|
||||
author: RockyHawk
|
||||
|
@ -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");
|
||||
|
Loading…
Reference in New Issue
Block a user