Changes to Legendary 2

This commit is contained in:
Natsumi
2021-07-04 06:48:15 +12:00
parent 7f2acf69ff
commit 881e2c2ad6
2 changed files with 10 additions and 9 deletions

View File

@@ -7132,7 +7132,8 @@ speechSynthesis.getVoices();
}
if (ref.$trustLevel &&
ctx.trustLevel !== ref.$trustLevel) {
if ((ctx.trustLevel) && (ctx.trustLevel !== 'Legendary User')) { // TODO: remove
if ((ctx.trustLevel) &&
(ctx.trustLevel !== 'Legendary User') && (ctx.trustLevel !== 'VRChat Team') && (ctx.trustLevel !== 'Nuisance')) { // TODO: remove
this.friendLogTable.data.push({
created_at: new Date().toJSON(),
type: 'TrustLevel',