hide talk-clouds if conversation is over
This commit is contained in:
parent
330b6ea1c5
commit
6f7bdf8fe4
@ -668,6 +668,8 @@ export class GameScene extends DirtyScene {
|
|||||||
}
|
}
|
||||||
});
|
});
|
||||||
} else {
|
} else {
|
||||||
|
this.CurrentPlayer.showTalkIcon(false);
|
||||||
|
this.MapPlayersByKey.forEach((remotePlayer) => remotePlayer.showTalkIcon(false));
|
||||||
if (this.localVolumeStoreUnsubscriber) {
|
if (this.localVolumeStoreUnsubscriber) {
|
||||||
this.localVolumeStoreUnsubscriber();
|
this.localVolumeStoreUnsubscriber();
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user