mirror of
https://github.com/songoda/SongodaCore.git
synced 2024-11-28 21:15:45 +01:00
fix: Core's GameProfile class extracting the texture value correctly
This commit is contained in:
parent
656d3b9775
commit
2f2979c6aa
@ -36,7 +36,7 @@ public class NMSPlayerImpl implements NMSPlayer {
|
||||
String textureValue = null;
|
||||
String textureSignature = null;
|
||||
for (Property property : profile.getProperties().get("textures")) {
|
||||
if (property.getName().equals("SKIN")) {
|
||||
if (property.getName().equals("textures")) {
|
||||
textureValue = property.getValue();
|
||||
textureSignature = property.getSignature();
|
||||
}
|
||||
|
@ -36,7 +36,7 @@ public class NMSPlayerImpl implements NMSPlayer {
|
||||
String textureValue = null;
|
||||
String textureSignature = null;
|
||||
for (Property property : profile.getProperties().get("textures")) {
|
||||
if (property.getName().equals("SKIN")) {
|
||||
if (property.getName().equals("textures")) {
|
||||
textureValue = property.getValue();
|
||||
textureSignature = property.getSignature();
|
||||
}
|
||||
|
@ -36,7 +36,7 @@ public class NMSPlayerImpl implements NMSPlayer {
|
||||
String textureValue = null;
|
||||
String textureSignature = null;
|
||||
for (Property property : profile.getProperties().get("textures")) {
|
||||
if (property.getName().equals("SKIN")) {
|
||||
if (property.getName().equals("textures")) {
|
||||
textureValue = property.getValue();
|
||||
textureSignature = property.getSignature();
|
||||
}
|
||||
|
@ -36,7 +36,7 @@ public class NMSPlayerImpl implements NMSPlayer {
|
||||
String textureValue = null;
|
||||
String textureSignature = null;
|
||||
for (Property property : profile.getProperties().get("textures")) {
|
||||
if (property.getName().equals("SKIN")) {
|
||||
if (property.getName().equals("textures")) {
|
||||
textureValue = property.getValue();
|
||||
textureSignature = property.getSignature();
|
||||
}
|
||||
|
@ -36,7 +36,7 @@ public class NMSPlayerImpl implements NMSPlayer {
|
||||
String textureValue = null;
|
||||
String textureSignature = null;
|
||||
for (Property property : profile.getProperties().get("textures")) {
|
||||
if (property.getName().equals("SKIN")) {
|
||||
if (property.getName().equals("textures")) {
|
||||
textureValue = property.getValue();
|
||||
textureSignature = property.getSignature();
|
||||
}
|
||||
|
@ -36,7 +36,7 @@ public class NMSPlayerImpl implements NMSPlayer {
|
||||
String textureValue = null;
|
||||
String textureSignature = null;
|
||||
for (Property property : profile.getProperties().get("textures")) {
|
||||
if (property.getName().equals("SKIN")) {
|
||||
if (property.getName().equals("textures")) {
|
||||
textureValue = property.getValue();
|
||||
textureSignature = property.getSignature();
|
||||
}
|
||||
|
@ -36,7 +36,7 @@ public class NMSPlayerImpl implements NMSPlayer {
|
||||
String textureValue = null;
|
||||
String textureSignature = null;
|
||||
for (Property property : profile.getProperties().get("textures")) {
|
||||
if (property.getName().equals("SKIN")) {
|
||||
if (property.getName().equals("textures")) {
|
||||
textureValue = property.getValue();
|
||||
textureSignature = property.getSignature();
|
||||
}
|
||||
|
@ -36,7 +36,7 @@ public class NMSPlayerImpl implements NMSPlayer {
|
||||
String textureValue = null;
|
||||
String textureSignature = null;
|
||||
for (Property property : profile.getProperties().get("textures")) {
|
||||
if (property.getName().equals("SKIN")) {
|
||||
if (property.getName().equals("textures")) {
|
||||
textureValue = property.getValue();
|
||||
textureSignature = property.getSignature();
|
||||
}
|
||||
|
@ -36,7 +36,7 @@ public class NMSPlayerImpl implements NMSPlayer {
|
||||
String textureValue = null;
|
||||
String textureSignature = null;
|
||||
for (Property property : profile.getProperties().get("textures")) {
|
||||
if (property.getName().equals("SKIN")) {
|
||||
if (property.getName().equals("textures")) {
|
||||
textureValue = property.getValue();
|
||||
textureSignature = property.getSignature();
|
||||
}
|
||||
|
@ -36,7 +36,7 @@ public class NMSPlayerImpl implements NMSPlayer {
|
||||
String textureValue = null;
|
||||
String textureSignature = null;
|
||||
for (Property property : profile.getProperties().get("textures")) {
|
||||
if (property.getName().equals("SKIN")) {
|
||||
if (property.getName().equals("textures")) {
|
||||
textureValue = property.getValue();
|
||||
textureSignature = property.getSignature();
|
||||
}
|
||||
|
@ -36,7 +36,7 @@ public class NMSPlayerImpl implements NMSPlayer {
|
||||
String textureValue = null;
|
||||
String textureSignature = null;
|
||||
for (Property property : profile.getProperties().get("textures")) {
|
||||
if (property.getName().equals("SKIN")) {
|
||||
if (property.getName().equals("textures")) {
|
||||
textureValue = property.getValue();
|
||||
textureSignature = property.getSignature();
|
||||
}
|
||||
|
@ -36,7 +36,7 @@ public class NMSPlayerImpl implements NMSPlayer {
|
||||
String textureValue = null;
|
||||
String textureSignature = null;
|
||||
for (Property property : profile.getProperties().get("textures")) {
|
||||
if (property.getName().equals("SKIN")) {
|
||||
if (property.getName().equals("textures")) {
|
||||
textureValue = property.getValue();
|
||||
textureSignature = property.getSignature();
|
||||
}
|
||||
|
@ -36,7 +36,7 @@ public class NMSPlayerImpl implements NMSPlayer {
|
||||
String textureValue = null;
|
||||
String textureSignature = null;
|
||||
for (Property property : profile.getProperties().get("textures")) {
|
||||
if (property.getName().equals("SKIN")) {
|
||||
if (property.getName().equals("textures")) {
|
||||
textureValue = property.getValue();
|
||||
textureSignature = property.getSignature();
|
||||
}
|
||||
|
@ -36,7 +36,7 @@ public class NMSPlayerImpl implements NMSPlayer {
|
||||
String textureValue = null;
|
||||
String textureSignature = null;
|
||||
for (Property property : profile.getProperties().get("textures")) {
|
||||
if (property.getName().equals("SKIN")) {
|
||||
if (property.getName().equals("textures")) {
|
||||
textureValue = property.getValue();
|
||||
textureSignature = property.getSignature();
|
||||
}
|
||||
|
@ -36,7 +36,7 @@ public class NMSPlayerImpl implements NMSPlayer {
|
||||
String textureValue = null;
|
||||
String textureSignature = null;
|
||||
for (Property property : profile.getProperties().get("textures")) {
|
||||
if (property.getName().equals("SKIN")) {
|
||||
if (property.getName().equals("textures")) {
|
||||
textureValue = property.getValue();
|
||||
textureSignature = property.getSignature();
|
||||
}
|
||||
|
@ -36,7 +36,7 @@ public class NMSPlayerImpl implements NMSPlayer {
|
||||
String textureValue = null;
|
||||
String textureSignature = null;
|
||||
for (Property property : profile.getProperties().get("textures")) {
|
||||
if (property.getName().equals("SKIN")) {
|
||||
if (property.getName().equals("textures")) {
|
||||
textureValue = property.getValue();
|
||||
textureSignature = property.getSignature();
|
||||
}
|
||||
|
@ -36,7 +36,7 @@ public class NMSPlayerImpl implements NMSPlayer {
|
||||
String textureValue = null;
|
||||
String textureSignature = null;
|
||||
for (Property property : profile.getProperties().get("textures")) {
|
||||
if (property.getName().equals("SKIN")) {
|
||||
if (property.getName().equals("textures")) {
|
||||
textureValue = property.getValue();
|
||||
textureSignature = property.getSignature();
|
||||
}
|
||||
|
@ -36,7 +36,7 @@ public class NMSPlayerImpl implements NMSPlayer {
|
||||
String textureValue = null;
|
||||
String textureSignature = null;
|
||||
for (Property property : profile.getProperties().get("textures")) {
|
||||
if (property.getName().equals("SKIN")) {
|
||||
if (property.getName().equals("textures")) {
|
||||
textureValue = property.getValue();
|
||||
textureSignature = property.getSignature();
|
||||
}
|
||||
|
@ -36,7 +36,7 @@ public class NMSPlayerImpl implements NMSPlayer {
|
||||
String textureValue = null;
|
||||
String textureSignature = null;
|
||||
for (Property property : profile.getProperties().get("textures")) {
|
||||
if (property.name().equals("SKIN")) {
|
||||
if (property.name().equals("textures")) {
|
||||
textureValue = property.value();
|
||||
textureSignature = property.signature();
|
||||
}
|
||||
|
@ -36,7 +36,7 @@ public class NMSPlayerImpl implements NMSPlayer {
|
||||
String textureValue = null;
|
||||
String textureSignature = null;
|
||||
for (Property property : profile.getProperties().get("textures")) {
|
||||
if (property.name().equals("SKIN")) {
|
||||
if (property.name().equals("textures")) {
|
||||
textureValue = property.value();
|
||||
textureSignature = property.signature();
|
||||
}
|
||||
|
@ -37,7 +37,7 @@ public class NMSPlayerImpl implements NMSPlayer {
|
||||
String textureValue = null;
|
||||
String textureSignature = null;
|
||||
for (Property property : profile.getProperties().get("textures")) {
|
||||
if (property.name().equals("SKIN")) {
|
||||
if (property.name().equals("textures")) {
|
||||
textureValue = property.value();
|
||||
textureSignature = property.signature();
|
||||
}
|
||||
|
@ -37,7 +37,7 @@ public class NMSPlayerImpl implements NMSPlayer {
|
||||
String textureValue = null;
|
||||
String textureSignature = null;
|
||||
for (Property property : profile.getProperties().get("textures")) {
|
||||
if (property.name().equals("SKIN")) {
|
||||
if (property.name().equals("textures")) {
|
||||
textureValue = property.value();
|
||||
textureSignature = property.signature();
|
||||
}
|
||||
|
@ -36,7 +36,7 @@ public class NMSPlayerImpl implements NMSPlayer {
|
||||
String textureValue = null;
|
||||
String textureSignature = null;
|
||||
for (Property property : profile.getProperties().get("textures")) {
|
||||
if (property.getName().equals("SKIN")) {
|
||||
if (property.getName().equals("textures")) {
|
||||
textureValue = property.getValue();
|
||||
textureSignature = property.getSignature();
|
||||
}
|
||||
|
@ -36,7 +36,7 @@ public class NMSPlayerImpl implements NMSPlayer {
|
||||
String textureValue = null;
|
||||
String textureSignature = null;
|
||||
for (Property property : profile.getProperties().get("textures")) {
|
||||
if (property.getName().equals("SKIN")) {
|
||||
if (property.getName().equals("textures")) {
|
||||
textureValue = property.getValue();
|
||||
textureSignature = property.getSignature();
|
||||
}
|
||||
|
@ -36,7 +36,7 @@ public class NMSPlayerImpl implements NMSPlayer {
|
||||
String textureValue = null;
|
||||
String textureSignature = null;
|
||||
for (Property property : profile.getProperties().get("textures")) {
|
||||
if (property.getName().equals("SKIN")) {
|
||||
if (property.getName().equals("textures")) {
|
||||
textureValue = property.getValue();
|
||||
textureSignature = property.getSignature();
|
||||
}
|
||||
|
@ -36,7 +36,7 @@ public class NMSPlayerImpl implements NMSPlayer {
|
||||
String textureValue = null;
|
||||
String textureSignature = null;
|
||||
for (Property property : profile.getProperties().get("textures")) {
|
||||
if (property.getName().equals("SKIN")) {
|
||||
if (property.getName().equals("textures")) {
|
||||
textureValue = property.getValue();
|
||||
textureSignature = property.getSignature();
|
||||
}
|
||||
|
@ -36,7 +36,7 @@ public class NMSPlayerImpl implements NMSPlayer {
|
||||
String textureValue = null;
|
||||
String textureSignature = null;
|
||||
for (Property property : profile.getProperties().get("textures")) {
|
||||
if (property.getName().equals("SKIN")) {
|
||||
if (property.getName().equals("textures")) {
|
||||
textureValue = property.getValue();
|
||||
textureSignature = property.getSignature();
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user