Fixing 1.14.2 issue

1.14.2 seems to require registerChannel in all lowercase.
This commit is contained in:
Tobias Genberg 2019-06-07 23:33:58 +02:00 committed by GitHub
parent 429ed39160
commit 7931a2f68b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -368,7 +368,7 @@ public final class RedisBungee extends Plugin {
}
}, 0, 1, TimeUnit.MINUTES);
}
getProxy().registerChannel("legacy:RedisBungee");
getProxy().registerChannel("legacy:redisbungee");
getProxy().registerChannel("RedisBungee");
}