fix: no longer replace player uuid in logs.

This commit is contained in:
huanghongxun
2021-08-29 07:54:53 +08:00
parent 4df2af82d1
commit 8c641555cf

View File

@@ -604,7 +604,6 @@ public final class LauncherHelper {
else
forbiddenTokens = mapOf(
pair(authInfo.getAccessToken(), "<access token>"),
pair(UUIDTypeAdapter.fromUUID(authInfo.getUUID()), "<uuid>")
);
logs = new LinkedList<>();