Fixed missing channel joined sound
parent
711632b65d
commit
564aadb8a3
|
@ -713,6 +713,7 @@ export class ChannelEntry extends ChannelTreeEntry<ChannelEvents> {
|
||||||
"cid": this.getChannelId(),
|
"cid": this.getChannelId(),
|
||||||
"cpw": this.cachedPasswordHash || ""
|
"cpw": this.cachedPasswordHash || ""
|
||||||
});
|
});
|
||||||
|
this.channelTree.client.sound.play(Sound.CHANNEL_JOINED);
|
||||||
return true;
|
return true;
|
||||||
} catch (error) {
|
} catch (error) {
|
||||||
if(error instanceof CommandResult) {
|
if(error instanceof CommandResult) {
|
||||||
|
|
Loading…
Reference in New Issue