Tidy up
This commit is contained in:
parent
65201cbb02
commit
abaa442a3b
|
|
@ -21,6 +21,7 @@ public abstract class MinecraftProfileTextureMixin implements ICachedProfileText
|
||||||
* @author Fury_Phoenix
|
* @author Fury_Phoenix
|
||||||
* @see org.embeddedt.modernfix.common.mixin.perf.cache_profile_texture_url.YggdrasilGsonDeserializerMixin#setCachedURL
|
* @see org.embeddedt.modernfix.common.mixin.perf.cache_profile_texture_url.YggdrasilGsonDeserializerMixin#setCachedURL
|
||||||
**/
|
**/
|
||||||
|
|
||||||
private String modernfix$cachedHash;
|
private String modernfix$cachedHash;
|
||||||
|
|
||||||
@Inject(method = "<init>(Ljava/lang/String;Ljava/util/Map;)V", at = @At("RETURN"), cancellable = false)
|
@Inject(method = "<init>(Ljava/lang/String;Ljava/util/Map;)V", at = @At("RETURN"), cancellable = false)
|
||||||
|
|
|
||||||
|
|
@ -31,5 +31,4 @@ public abstract class YggdrasilGsonDeserializerMixin {
|
||||||
((ICachedProfileTexture)texture).setCachedHash(url);
|
((ICachedProfileTexture)texture).setCachedHash(url);
|
||||||
return url;
|
return url;
|
||||||
}
|
}
|
||||||
|
|
||||||
}
|
}
|
||||||
Loading…
Reference in New Issue
Block a user