fix: no longer hide player id in game logs.

This commit is contained in:
huanghongxun
2021-08-27 00:19:37 +08:00
parent 8230c28084
commit e9bc1524f1

View File

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