Skip to content

Commit

Permalink
Merge pull request #67 from tobgen/patch-1
Browse files Browse the repository at this point in the history
Fixing registerChannel issue in 1.14.2
  • Loading branch information
chnkr authored Jul 3, 2019
2 parents 429ed39 + 7931a2f commit 934e454
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -368,7 +368,7 @@ public void run() {
}
}, 0, 1, TimeUnit.MINUTES);
}
getProxy().registerChannel("legacy:RedisBungee");
getProxy().registerChannel("legacy:redisbungee");
getProxy().registerChannel("RedisBungee");
}

Expand Down

0 comments on commit 934e454

Please sign in to comment.