forcing close talkIcon indicator when leaving bubble conversation

This commit is contained in:
Hanusiak Piotr
2022-02-16 15:55:07 +01:00
parent 0b0d3b5beb
commit e590cee753
3 changed files with 11 additions and 9 deletions
+2 -2
View File
@@ -678,8 +678,8 @@ export class GameScene extends DirtyScene {
});
}
} else {
this.CurrentPlayer.showTalkIcon(false);
this.MapPlayersByKey.forEach((remotePlayer) => remotePlayer.showTalkIcon(false));
this.CurrentPlayer.showTalkIcon(false, true);
this.MapPlayersByKey.forEach((remotePlayer) => remotePlayer.showTalkIcon(false, true));
if (this.localVolumeStoreUnsubscriber) {
this.localVolumeStoreUnsubscriber();
this.localVolumeStoreUnsubscriber = undefined;