mirror of
https://github.com/songoda/FabledSkyBlock.git
synced 2024-11-23 02:35:25 +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 gameProfile = new GameProfile(UUID.randomUUID(), null);
|
||||||
gameProfile.getProperties().put("textures", new Property("textures", value, signature));
|
gameProfile.getProperties().put("textures", new Property("textures", value, signature));
|
||||||
|
|
||||||
Field profileField = null;
|
Field profileField;
|
||||||
|
|
||||||
try {
|
try {
|
||||||
profileField = sm.getClass().getDeclaredField("profile");
|
profileField = sm.getClass().getDeclaredField("profile");
|
||||||
|
Loading…
Reference in New Issue
Block a user