This commit is contained in:
Sotr
2019-03-28 16:13:12 +08:00
parent 7f5a66a3ba
commit e02706acb7

View File

@@ -89,6 +89,7 @@ public class AkarinUserCache {
String usernameKey = username.toLowerCase(Locale.ROOT);
GameProfile offlineProfile = new GameProfile(EntityHuman.getOfflineUUID(usernameKey), usernameKey);
callback.onProfileLookupSucceeded(offlineProfile);
return offlineProfile;
}
GameProfile[] gameProfile = new GameProfile[1];