Removed unused assign

This commit is contained in:
Fabrizio La Rosa 2020-07-31 23:13:27 +02:00
parent 4c160f0627
commit 72f468d191

View File

@ -49,7 +49,7 @@ public final class SkullUtil {
GameProfile gameProfile = new GameProfile(UUID.randomUUID(), null);
gameProfile.getProperties().put("textures", new Property("textures", value, signature));
Field profileField = null;
Field profileField;
try {
profileField = sm.getClass().getDeclaredField("profile");