2
0
mirror of https://github.com/proxiodev/RedisBungee.git synced 2024-11-23 04:28:01 +00:00

Merge pull request #67 from tobgen/patch-1

Fixing registerChannel issue in 1.14.2
This commit is contained in:
Chnkr 2019-07-03 18:55:48 +02:00 committed by GitHub
commit 934e4543d6
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

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