HYP YOU IDIOT!... Fix fetchPlayer not returning actual player information
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
version_major=0
|
||||
version_minor=0
|
||||
version_patch=54
|
||||
version_patch=55
|
||||
|
||||
shade_group=com.hypherionmc.sdlink.shaded.
|
||||
|
||||
|
@@ -393,7 +393,7 @@ public class MinecraftAccount {
|
||||
Response response = client.newCall(request).execute();
|
||||
|
||||
if (response.isSuccessful() && response.body() != null) {
|
||||
JSONObject obj = new JSONObject(new JSONTokener(response.body().toString()));
|
||||
JSONObject obj = new JSONObject(new JSONTokener(response.body().string()));
|
||||
String uuid = "";
|
||||
String returnname = name;
|
||||
|
||||
|
Reference in New Issue
Block a user