mirror of
https://github.com/songoda/SongodaCore.git
synced 2024-11-29 05:26:17 +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 textureValue = null;
|
||||||
String textureSignature = null;
|
String textureSignature = null;
|
||||||
for (Property property : profile.getProperties().get("textures")) {
|
for (Property property : profile.getProperties().get("textures")) {
|
||||||
if (property.getName().equals("SKIN")) {
|
if (property.getName().equals("textures")) {
|
||||||
textureValue = property.getValue();
|
textureValue = property.getValue();
|
||||||
textureSignature = property.getSignature();
|
textureSignature = property.getSignature();
|
||||||
}
|
}
|
||||||
|
@ -36,7 +36,7 @@ public class NMSPlayerImpl implements NMSPlayer {
|
|||||||
String textureValue = null;
|
String textureValue = null;
|
||||||
String textureSignature = null;
|
String textureSignature = null;
|
||||||
for (Property property : profile.getProperties().get("textures")) {
|
for (Property property : profile.getProperties().get("textures")) {
|
||||||
if (property.getName().equals("SKIN")) {
|
if (property.getName().equals("textures")) {
|
||||||
textureValue = property.getValue();
|
textureValue = property.getValue();
|
||||||
textureSignature = property.getSignature();
|
textureSignature = property.getSignature();
|
||||||
}
|
}
|
||||||
|
@ -36,7 +36,7 @@ public class NMSPlayerImpl implements NMSPlayer {
|
|||||||
String textureValue = null;
|
String textureValue = null;
|
||||||
String textureSignature = null;
|
String textureSignature = null;
|
||||||
for (Property property : profile.getProperties().get("textures")) {
|
for (Property property : profile.getProperties().get("textures")) {
|
||||||
if (property.getName().equals("SKIN")) {
|
if (property.getName().equals("textures")) {
|
||||||
textureValue = property.getValue();
|
textureValue = property.getValue();
|
||||||
textureSignature = property.getSignature();
|
textureSignature = property.getSignature();
|
||||||
}
|
}
|
||||||
|
@ -36,7 +36,7 @@ public class NMSPlayerImpl implements NMSPlayer {
|
|||||||
String textureValue = null;
|
String textureValue = null;
|
||||||
String textureSignature = null;
|
String textureSignature = null;
|
||||||
for (Property property : profile.getProperties().get("textures")) {
|
for (Property property : profile.getProperties().get("textures")) {
|
||||||
if (property.getName().equals("SKIN")) {
|
if (property.getName().equals("textures")) {
|
||||||
textureValue = property.getValue();
|
textureValue = property.getValue();
|
||||||
textureSignature = property.getSignature();
|
textureSignature = property.getSignature();
|
||||||
}
|
}
|
||||||
|
@ -36,7 +36,7 @@ public class NMSPlayerImpl implements NMSPlayer {
|
|||||||
String textureValue = null;
|
String textureValue = null;
|
||||||
String textureSignature = null;
|
String textureSignature = null;
|
||||||
for (Property property : profile.getProperties().get("textures")) {
|
for (Property property : profile.getProperties().get("textures")) {
|
||||||
if (property.getName().equals("SKIN")) {
|
if (property.getName().equals("textures")) {
|
||||||
textureValue = property.getValue();
|
textureValue = property.getValue();
|
||||||
textureSignature = property.getSignature();
|
textureSignature = property.getSignature();
|
||||||
}
|
}
|
||||||
|
@ -36,7 +36,7 @@ public class NMSPlayerImpl implements NMSPlayer {
|
|||||||
String textureValue = null;
|
String textureValue = null;
|
||||||
String textureSignature = null;
|
String textureSignature = null;
|
||||||
for (Property property : profile.getProperties().get("textures")) {
|
for (Property property : profile.getProperties().get("textures")) {
|
||||||
if (property.getName().equals("SKIN")) {
|
if (property.getName().equals("textures")) {
|
||||||
textureValue = property.getValue();
|
textureValue = property.getValue();
|
||||||
textureSignature = property.getSignature();
|
textureSignature = property.getSignature();
|
||||||
}
|
}
|
||||||
|
@ -36,7 +36,7 @@ public class NMSPlayerImpl implements NMSPlayer {
|
|||||||
String textureValue = null;
|
String textureValue = null;
|
||||||
String textureSignature = null;
|
String textureSignature = null;
|
||||||
for (Property property : profile.getProperties().get("textures")) {
|
for (Property property : profile.getProperties().get("textures")) {
|
||||||
if (property.getName().equals("SKIN")) {
|
if (property.getName().equals("textures")) {
|
||||||
textureValue = property.getValue();
|
textureValue = property.getValue();
|
||||||
textureSignature = property.getSignature();
|
textureSignature = property.getSignature();
|
||||||
}
|
}
|
||||||
|
@ -36,7 +36,7 @@ public class NMSPlayerImpl implements NMSPlayer {
|
|||||||
String textureValue = null;
|
String textureValue = null;
|
||||||
String textureSignature = null;
|
String textureSignature = null;
|
||||||
for (Property property : profile.getProperties().get("textures")) {
|
for (Property property : profile.getProperties().get("textures")) {
|
||||||
if (property.getName().equals("SKIN")) {
|
if (property.getName().equals("textures")) {
|
||||||
textureValue = property.getValue();
|
textureValue = property.getValue();
|
||||||
textureSignature = property.getSignature();
|
textureSignature = property.getSignature();
|
||||||
}
|
}
|
||||||
|
@ -36,7 +36,7 @@ public class NMSPlayerImpl implements NMSPlayer {
|
|||||||
String textureValue = null;
|
String textureValue = null;
|
||||||
String textureSignature = null;
|
String textureSignature = null;
|
||||||
for (Property property : profile.getProperties().get("textures")) {
|
for (Property property : profile.getProperties().get("textures")) {
|
||||||
if (property.getName().equals("SKIN")) {
|
if (property.getName().equals("textures")) {
|
||||||
textureValue = property.getValue();
|
textureValue = property.getValue();
|
||||||
textureSignature = property.getSignature();
|
textureSignature = property.getSignature();
|
||||||
}
|
}
|
||||||
|
@ -36,7 +36,7 @@ public class NMSPlayerImpl implements NMSPlayer {
|
|||||||
String textureValue = null;
|
String textureValue = null;
|
||||||
String textureSignature = null;
|
String textureSignature = null;
|
||||||
for (Property property : profile.getProperties().get("textures")) {
|
for (Property property : profile.getProperties().get("textures")) {
|
||||||
if (property.getName().equals("SKIN")) {
|
if (property.getName().equals("textures")) {
|
||||||
textureValue = property.getValue();
|
textureValue = property.getValue();
|
||||||
textureSignature = property.getSignature();
|
textureSignature = property.getSignature();
|
||||||
}
|
}
|
||||||
|
@ -36,7 +36,7 @@ public class NMSPlayerImpl implements NMSPlayer {
|
|||||||
String textureValue = null;
|
String textureValue = null;
|
||||||
String textureSignature = null;
|
String textureSignature = null;
|
||||||
for (Property property : profile.getProperties().get("textures")) {
|
for (Property property : profile.getProperties().get("textures")) {
|
||||||
if (property.getName().equals("SKIN")) {
|
if (property.getName().equals("textures")) {
|
||||||
textureValue = property.getValue();
|
textureValue = property.getValue();
|
||||||
textureSignature = property.getSignature();
|
textureSignature = property.getSignature();
|
||||||
}
|
}
|
||||||
|
@ -36,7 +36,7 @@ public class NMSPlayerImpl implements NMSPlayer {
|
|||||||
String textureValue = null;
|
String textureValue = null;
|
||||||
String textureSignature = null;
|
String textureSignature = null;
|
||||||
for (Property property : profile.getProperties().get("textures")) {
|
for (Property property : profile.getProperties().get("textures")) {
|
||||||
if (property.getName().equals("SKIN")) {
|
if (property.getName().equals("textures")) {
|
||||||
textureValue = property.getValue();
|
textureValue = property.getValue();
|
||||||
textureSignature = property.getSignature();
|
textureSignature = property.getSignature();
|
||||||
}
|
}
|
||||||
|
@ -36,7 +36,7 @@ public class NMSPlayerImpl implements NMSPlayer {
|
|||||||
String textureValue = null;
|
String textureValue = null;
|
||||||
String textureSignature = null;
|
String textureSignature = null;
|
||||||
for (Property property : profile.getProperties().get("textures")) {
|
for (Property property : profile.getProperties().get("textures")) {
|
||||||
if (property.getName().equals("SKIN")) {
|
if (property.getName().equals("textures")) {
|
||||||
textureValue = property.getValue();
|
textureValue = property.getValue();
|
||||||
textureSignature = property.getSignature();
|
textureSignature = property.getSignature();
|
||||||
}
|
}
|
||||||
|
@ -36,7 +36,7 @@ public class NMSPlayerImpl implements NMSPlayer {
|
|||||||
String textureValue = null;
|
String textureValue = null;
|
||||||
String textureSignature = null;
|
String textureSignature = null;
|
||||||
for (Property property : profile.getProperties().get("textures")) {
|
for (Property property : profile.getProperties().get("textures")) {
|
||||||
if (property.getName().equals("SKIN")) {
|
if (property.getName().equals("textures")) {
|
||||||
textureValue = property.getValue();
|
textureValue = property.getValue();
|
||||||
textureSignature = property.getSignature();
|
textureSignature = property.getSignature();
|
||||||
}
|
}
|
||||||
|
@ -36,7 +36,7 @@ public class NMSPlayerImpl implements NMSPlayer {
|
|||||||
String textureValue = null;
|
String textureValue = null;
|
||||||
String textureSignature = null;
|
String textureSignature = null;
|
||||||
for (Property property : profile.getProperties().get("textures")) {
|
for (Property property : profile.getProperties().get("textures")) {
|
||||||
if (property.getName().equals("SKIN")) {
|
if (property.getName().equals("textures")) {
|
||||||
textureValue = property.getValue();
|
textureValue = property.getValue();
|
||||||
textureSignature = property.getSignature();
|
textureSignature = property.getSignature();
|
||||||
}
|
}
|
||||||
|
@ -36,7 +36,7 @@ public class NMSPlayerImpl implements NMSPlayer {
|
|||||||
String textureValue = null;
|
String textureValue = null;
|
||||||
String textureSignature = null;
|
String textureSignature = null;
|
||||||
for (Property property : profile.getProperties().get("textures")) {
|
for (Property property : profile.getProperties().get("textures")) {
|
||||||
if (property.getName().equals("SKIN")) {
|
if (property.getName().equals("textures")) {
|
||||||
textureValue = property.getValue();
|
textureValue = property.getValue();
|
||||||
textureSignature = property.getSignature();
|
textureSignature = property.getSignature();
|
||||||
}
|
}
|
||||||
|
@ -36,7 +36,7 @@ public class NMSPlayerImpl implements NMSPlayer {
|
|||||||
String textureValue = null;
|
String textureValue = null;
|
||||||
String textureSignature = null;
|
String textureSignature = null;
|
||||||
for (Property property : profile.getProperties().get("textures")) {
|
for (Property property : profile.getProperties().get("textures")) {
|
||||||
if (property.getName().equals("SKIN")) {
|
if (property.getName().equals("textures")) {
|
||||||
textureValue = property.getValue();
|
textureValue = property.getValue();
|
||||||
textureSignature = property.getSignature();
|
textureSignature = property.getSignature();
|
||||||
}
|
}
|
||||||
|
@ -36,7 +36,7 @@ public class NMSPlayerImpl implements NMSPlayer {
|
|||||||
String textureValue = null;
|
String textureValue = null;
|
||||||
String textureSignature = null;
|
String textureSignature = null;
|
||||||
for (Property property : profile.getProperties().get("textures")) {
|
for (Property property : profile.getProperties().get("textures")) {
|
||||||
if (property.getName().equals("SKIN")) {
|
if (property.getName().equals("textures")) {
|
||||||
textureValue = property.getValue();
|
textureValue = property.getValue();
|
||||||
textureSignature = property.getSignature();
|
textureSignature = property.getSignature();
|
||||||
}
|
}
|
||||||
|
@ -36,7 +36,7 @@ public class NMSPlayerImpl implements NMSPlayer {
|
|||||||
String textureValue = null;
|
String textureValue = null;
|
||||||
String textureSignature = null;
|
String textureSignature = null;
|
||||||
for (Property property : profile.getProperties().get("textures")) {
|
for (Property property : profile.getProperties().get("textures")) {
|
||||||
if (property.name().equals("SKIN")) {
|
if (property.name().equals("textures")) {
|
||||||
textureValue = property.value();
|
textureValue = property.value();
|
||||||
textureSignature = property.signature();
|
textureSignature = property.signature();
|
||||||
}
|
}
|
||||||
|
@ -36,7 +36,7 @@ public class NMSPlayerImpl implements NMSPlayer {
|
|||||||
String textureValue = null;
|
String textureValue = null;
|
||||||
String textureSignature = null;
|
String textureSignature = null;
|
||||||
for (Property property : profile.getProperties().get("textures")) {
|
for (Property property : profile.getProperties().get("textures")) {
|
||||||
if (property.name().equals("SKIN")) {
|
if (property.name().equals("textures")) {
|
||||||
textureValue = property.value();
|
textureValue = property.value();
|
||||||
textureSignature = property.signature();
|
textureSignature = property.signature();
|
||||||
}
|
}
|
||||||
|
@ -37,7 +37,7 @@ public class NMSPlayerImpl implements NMSPlayer {
|
|||||||
String textureValue = null;
|
String textureValue = null;
|
||||||
String textureSignature = null;
|
String textureSignature = null;
|
||||||
for (Property property : profile.getProperties().get("textures")) {
|
for (Property property : profile.getProperties().get("textures")) {
|
||||||
if (property.name().equals("SKIN")) {
|
if (property.name().equals("textures")) {
|
||||||
textureValue = property.value();
|
textureValue = property.value();
|
||||||
textureSignature = property.signature();
|
textureSignature = property.signature();
|
||||||
}
|
}
|
||||||
|
@ -37,7 +37,7 @@ public class NMSPlayerImpl implements NMSPlayer {
|
|||||||
String textureValue = null;
|
String textureValue = null;
|
||||||
String textureSignature = null;
|
String textureSignature = null;
|
||||||
for (Property property : profile.getProperties().get("textures")) {
|
for (Property property : profile.getProperties().get("textures")) {
|
||||||
if (property.name().equals("SKIN")) {
|
if (property.name().equals("textures")) {
|
||||||
textureValue = property.value();
|
textureValue = property.value();
|
||||||
textureSignature = property.signature();
|
textureSignature = property.signature();
|
||||||
}
|
}
|
||||||
|
@ -36,7 +36,7 @@ public class NMSPlayerImpl implements NMSPlayer {
|
|||||||
String textureValue = null;
|
String textureValue = null;
|
||||||
String textureSignature = null;
|
String textureSignature = null;
|
||||||
for (Property property : profile.getProperties().get("textures")) {
|
for (Property property : profile.getProperties().get("textures")) {
|
||||||
if (property.getName().equals("SKIN")) {
|
if (property.getName().equals("textures")) {
|
||||||
textureValue = property.getValue();
|
textureValue = property.getValue();
|
||||||
textureSignature = property.getSignature();
|
textureSignature = property.getSignature();
|
||||||
}
|
}
|
||||||
|
@ -36,7 +36,7 @@ public class NMSPlayerImpl implements NMSPlayer {
|
|||||||
String textureValue = null;
|
String textureValue = null;
|
||||||
String textureSignature = null;
|
String textureSignature = null;
|
||||||
for (Property property : profile.getProperties().get("textures")) {
|
for (Property property : profile.getProperties().get("textures")) {
|
||||||
if (property.getName().equals("SKIN")) {
|
if (property.getName().equals("textures")) {
|
||||||
textureValue = property.getValue();
|
textureValue = property.getValue();
|
||||||
textureSignature = property.getSignature();
|
textureSignature = property.getSignature();
|
||||||
}
|
}
|
||||||
|
@ -36,7 +36,7 @@ public class NMSPlayerImpl implements NMSPlayer {
|
|||||||
String textureValue = null;
|
String textureValue = null;
|
||||||
String textureSignature = null;
|
String textureSignature = null;
|
||||||
for (Property property : profile.getProperties().get("textures")) {
|
for (Property property : profile.getProperties().get("textures")) {
|
||||||
if (property.getName().equals("SKIN")) {
|
if (property.getName().equals("textures")) {
|
||||||
textureValue = property.getValue();
|
textureValue = property.getValue();
|
||||||
textureSignature = property.getSignature();
|
textureSignature = property.getSignature();
|
||||||
}
|
}
|
||||||
|
@ -36,7 +36,7 @@ public class NMSPlayerImpl implements NMSPlayer {
|
|||||||
String textureValue = null;
|
String textureValue = null;
|
||||||
String textureSignature = null;
|
String textureSignature = null;
|
||||||
for (Property property : profile.getProperties().get("textures")) {
|
for (Property property : profile.getProperties().get("textures")) {
|
||||||
if (property.getName().equals("SKIN")) {
|
if (property.getName().equals("textures")) {
|
||||||
textureValue = property.getValue();
|
textureValue = property.getValue();
|
||||||
textureSignature = property.getSignature();
|
textureSignature = property.getSignature();
|
||||||
}
|
}
|
||||||
|
@ -36,7 +36,7 @@ public class NMSPlayerImpl implements NMSPlayer {
|
|||||||
String textureValue = null;
|
String textureValue = null;
|
||||||
String textureSignature = null;
|
String textureSignature = null;
|
||||||
for (Property property : profile.getProperties().get("textures")) {
|
for (Property property : profile.getProperties().get("textures")) {
|
||||||
if (property.getName().equals("SKIN")) {
|
if (property.getName().equals("textures")) {
|
||||||
textureValue = property.getValue();
|
textureValue = property.getValue();
|
||||||
textureSignature = property.getSignature();
|
textureSignature = property.getSignature();
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user