This commit is contained in:
mohammed jasem alaajel 2021-07-30 02:13:39 +04:00
parent ac66899f98
commit d8e0ea71a2
1 changed files with 1 additions and 1 deletions

View File

@ -24,7 +24,7 @@ public class RedisBungeeAPI {
RedisBungeeAPI(RedisBungee plugin) { RedisBungeeAPI(RedisBungee plugin) {
this.plugin = plugin; this.plugin = plugin;
this.redisBungeeApi = this; redisBungeeApi = this;
this.reservedChannels = ImmutableList.of( this.reservedChannels = ImmutableList.of(
"redisbungee-allservers", "redisbungee-allservers",
"redisbungee-" + RedisBungee.getConfiguration().getServerId(), "redisbungee-" + RedisBungee.getConfiguration().getServerId(),