Skip to content

Commit

Permalink
for some reason last commit did not include the subscribe as i should…
Browse files Browse the repository at this point in the history
… added it
  • Loading branch information
ham1255 committed Jul 15, 2022
1 parent ceef1f5 commit 803ae36
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -144,6 +144,7 @@ public void onPing(ProxyPingEvent event) {

@Override
@SuppressWarnings("UnstableApiUsage")
@Subscribe
public void onPluginMessage(PluginMessageEvent event) {
if ((event.getIdentifier().getId().equals("legacy:redisbungee") || event.getIdentifier().getId().equals("RedisBungee")) && event.getSource() instanceof ServerConnection) {
final String currentChannel = event.getIdentifier().getId();
Expand Down

0 comments on commit 803ae36

Please sign in to comment.