mirror of
https://github.com/PrismLauncher/PrismLauncher.git
synced 2026-07-02 11:26:59 +03:00
Fix private info censor
This commit is contained in:
parent
f27a6c39ea
commit
a3fbf05c7b
1 changed files with 2 additions and 2 deletions
|
|
@ -85,8 +85,8 @@ QString MinecraftProcess::censorPrivateInfo(QString in)
|
|||
in.replace(sessionId, "<SESSION ID>");
|
||||
in.replace(accessToken, "<ACCESS TOKEN>");
|
||||
in.replace(clientToken, "<CLIENT TOKEN>");
|
||||
in.replace(clientToken, "<PROFILE ID>");
|
||||
in.replace(clientToken, "<PROFILE NAME>");
|
||||
in.replace(profileId, "<PROFILE ID>");
|
||||
in.replace(profileName, "<PROFILE NAME>");
|
||||
return in;
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue