重构YggdrasilService相关代码

This commit is contained in:
yushijinhun
2018-06-07 21:12:38 +08:00
parent 8df17ae38a
commit 6782602141
16 changed files with 213 additions and 397 deletions

View File

@@ -302,7 +302,7 @@ public final class LauncherHelper {
else
forbiddenTokens = mapOf(
pair(authInfo.getAccessToken(), "<access token>"),
pair(authInfo.getUserId(), "<uuid>"),
pair(UUIDTypeAdapter.fromUUID(authInfo.getUUID()), "<uuid>"),
pair(authInfo.getUsername(), "<player>")
);