mirror of
https://github.com/MineLittlePony/MineLittlePony.git
synced 2024-11-22 20:47:59 +01:00
Sneaky buggers
This commit is contained in:
parent
e5a453abd0
commit
6335e206d9
2 changed files with 2 additions and 2 deletions
|
@ -20,7 +20,7 @@ public class TexturesPayloadBuilder {
|
|||
|
||||
private static Gson gson = new GsonBuilder().registerTypeAdapter(UUID.class, new UUIDTypeAdapter()).create();
|
||||
|
||||
private long timestamp;
|
||||
private long timestamp;
|
||||
private UUID profileId;
|
||||
private String profileName;
|
||||
private boolean isPublic;
|
||||
|
|
|
@ -15,7 +15,7 @@ import javax.annotation.Nullable;
|
|||
public class ValhallaSkinServer implements SkinServer {
|
||||
|
||||
@SuppressWarnings("unused")
|
||||
private final String baseURL;
|
||||
private final String baseURL;
|
||||
|
||||
public ValhallaSkinServer(String baseURL) {
|
||||
this.baseURL = baseURL;
|
||||
|
|
Loading…
Reference in a new issue