重构YggdrasilService相关代码
This commit is contained in:
@@ -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>")
|
||||
);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user