fix: no longer hide player id in game logs.

This commit is contained in:
huanghongxun
2021-08-27 00:19:37 +08:00
parent 647bbb38e8
commit f2dd7e4295

View File

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