Register channel for plugin message system

The plugin message system can't work if the listened channel isn't registered.
This commit is contained in:
Alphart 2014-01-22 17:24:45 +01:00
parent 93744f937e
commit b18906ff9d
1 changed files with 1 additions and 0 deletions

View File

@ -262,6 +262,7 @@ public final class RedisBungee extends Plugin implements Listener {
}
}, 1, 5, TimeUnit.MINUTES);
}
ProxyServer.getInstance().registerChannel("RedisBungee");
}
@Override