Skip to content

Commit

Permalink
fix: Core's GameProfile class extracting the texture value correctly
Browse files Browse the repository at this point in the history
  • Loading branch information
SpraxDev committed Sep 20, 2024
1 parent 656d3b9 commit 2f2979c
Show file tree
Hide file tree
Showing 27 changed files with 27 additions and 27 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ private GameProfile wrapProfile(com.mojang.authlib.GameProfile profile) {
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();
}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ private GameProfile wrapProfile(com.mojang.authlib.GameProfile profile) {
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();
}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ private GameProfile wrapProfile(com.mojang.authlib.GameProfile profile) {
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();
}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ private GameProfile wrapProfile(com.mojang.authlib.GameProfile profile) {
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();
}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ private GameProfile wrapProfile(com.mojang.authlib.GameProfile profile) {
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();
}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ private GameProfile wrapProfile(com.mojang.authlib.GameProfile profile) {
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();
}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ private GameProfile wrapProfile(com.mojang.authlib.GameProfile profile) {
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();
}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ private GameProfile wrapProfile(com.mojang.authlib.GameProfile profile) {
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();
}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ private GameProfile wrapProfile(com.mojang.authlib.GameProfile profile) {
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();
}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ private GameProfile wrapProfile(com.mojang.authlib.GameProfile profile) {
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();
}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ private GameProfile wrapProfile(com.mojang.authlib.GameProfile profile) {
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();
}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ private GameProfile wrapProfile(com.mojang.authlib.GameProfile profile) {
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();
}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ private GameProfile wrapProfile(com.mojang.authlib.GameProfile profile) {
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();
}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ private GameProfile wrapProfile(com.mojang.authlib.GameProfile profile) {
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();
}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ private GameProfile wrapProfile(com.mojang.authlib.GameProfile profile) {
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();
}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ private GameProfile wrapProfile(com.mojang.authlib.GameProfile profile) {
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();
}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ private GameProfile wrapProfile(com.mojang.authlib.GameProfile profile) {
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();
}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ private GameProfile wrapProfile(com.mojang.authlib.GameProfile profile) {
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();
}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ private GameProfile wrapProfile(com.mojang.authlib.GameProfile profile) {
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();
}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ private GameProfile wrapProfile(com.mojang.authlib.GameProfile profile) {
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();
}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ private GameProfile wrapProfile(com.mojang.authlib.GameProfile profile) {
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();
}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ private GameProfile wrapProfile(com.mojang.authlib.GameProfile profile) {
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();
}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ private GameProfile wrapProfile(com.mojang.authlib.GameProfile profile) {
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();
}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ private GameProfile wrapProfile(com.mojang.authlib.GameProfile profile) {
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();
}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ private GameProfile wrapProfile(com.mojang.authlib.GameProfile profile) {
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();
}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ private GameProfile wrapProfile(com.mojang.authlib.GameProfile profile) {
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();
}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ private GameProfile wrapProfile(com.mojang.authlib.GameProfile profile) {
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();
}
Expand Down

0 comments on commit 2f2979c

Please sign in to comment.