mirror of
https://github.com/MrUnknownDE/VRCX.git
synced 2026-04-18 14:23:51 +02:00
Changes to Legendary 2
This commit is contained in:
@@ -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',
|
||||
|
||||
Reference in New Issue
Block a user