Skip to content

Commit

Permalink
Merge remote-tracking branch 'origin/latest' into resolve-228
Browse files Browse the repository at this point in the history
  • Loading branch information
M0diis committed Feb 29, 2024
2 parents f512f38 + c357ccf commit 45e1108
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -57,6 +57,6 @@ public void switchChannel(final ChatUser user, @Join @Optional @NotNull final St
return;
}

MessageProcessor.process(plugin, user, channel, user.channel(), message, false);
MessageProcessor.process(plugin, user, channel, message, false);
}
}

0 comments on commit 45e1108

Please sign in to comment.