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