mirror of
https://github.com/songoda/FabledSkyBlock.git
synced 2024-11-22 18:26:08 +01:00
Removed unused assign
This commit is contained in:
parent
4c160f0627
commit
72f468d191
@ -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");
|
||||
|
Loading…
Reference in New Issue
Block a user