Fixed missing channel joined sound

master
WolverinDEV 2021-02-20 19:02:48 +01:00
parent 711632b65d
commit 564aadb8a3
1 changed files with 1 additions and 0 deletions

View File

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