Skip to content

Commit

Permalink
fix: oops remove function deleted before
Browse files Browse the repository at this point in the history
  • Loading branch information
Yann151924 committed Mar 24, 2024
1 parent bd71ca2 commit f591950
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,6 @@ public AbstractAurionChat getPlugin(){
}

private void join(AurionChatPlayer aurionChatPlayer, String channel) throws ChannelNotFoundException {
this.checkChannelExist(channel);
aurionChatPlayer.setCurrentChannel(channel);
aurionChatPlayer.sendMessage(text("You have joined the " + channel + " channel.").color(GOLD));
}
Expand Down

0 comments on commit f591950

Please sign in to comment.