mirror of
https://github.com/MrUnknownDE/VRCX.git
synced 2026-04-21 07:43:50 +02:00
Fixes
This commit is contained in:
@@ -25,7 +25,7 @@ export default class extends baseClass {
|
||||
}
|
||||
if (
|
||||
!this.discordActive ||
|
||||
!this.isGameRunning ||
|
||||
(!this.isGameRunning && !this.gameLogDisabled) ||
|
||||
(!currentLocation && !this.lastLocation$.tag)
|
||||
) {
|
||||
this.setDiscordActive(false);
|
||||
|
||||
@@ -453,9 +453,7 @@ export default class extends baseClass {
|
||||
break;
|
||||
case 'invite':
|
||||
this.speak(
|
||||
`${
|
||||
displayName
|
||||
} has invited you to ${this.displayLocation(
|
||||
`${displayName} has invited you to ${this.displayLocation(
|
||||
noty.details.worldId,
|
||||
noty.details.worldName,
|
||||
noty.groupName
|
||||
@@ -526,9 +524,7 @@ export default class extends baseClass {
|
||||
case 'PortalSpawn':
|
||||
if (displayName) {
|
||||
this.speak(
|
||||
`${
|
||||
displayName
|
||||
} has spawned a portal to ${this.displayLocation(
|
||||
`${displayName} has spawned a portal to ${this.displayLocation(
|
||||
noty.instanceId,
|
||||
noty.worldName,
|
||||
noty.groupName
|
||||
|
||||
Reference in New Issue
Block a user