This commit is contained in:
Natsumi
2024-11-26 17:27:24 +13:00
parent f9738e3797
commit 10aa51fea1
7 changed files with 61 additions and 23 deletions

View File

@@ -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);

View File

@@ -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