fix: no longer hide player id in game logs.
This commit is contained in:
@@ -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<>();
|
||||
|
||||
Reference in New Issue
Block a user