mirror of
https://github.com/MineLittlePony/MineLittlePony.git
synced 2024-11-26 14:27:59 +01:00
Remove pointless instance field from GuiSkins
This commit is contained in:
parent
99eed8570d
commit
f8e54dfd90
1 changed files with 0 additions and 4 deletions
|
@ -102,8 +102,6 @@ public class GuiSkins extends GameGui {
|
|||
|
||||
private int lastMouseX = 0;
|
||||
|
||||
private GuiSkins instance;
|
||||
|
||||
protected CubeMap panorama;
|
||||
|
||||
private MinecraftProfileTexture.Type textureType = SKIN;
|
||||
|
@ -118,8 +116,6 @@ public class GuiSkins extends GameGui {
|
|||
}
|
||||
|
||||
public GuiSkins(List<SkinServer> servers) {
|
||||
instance = this;
|
||||
|
||||
// Generate a cycled iterator that will never run out of entries.
|
||||
this.skinServers = cycle(servers, SkinServer::verifyGateway);
|
||||
if (this.skinServers.hasNext()) {
|
||||
|
|
Loading…
Reference in a new issue