Fix build and use getProxy()

This commit is contained in:
Tux 2014-01-22 15:32:49 -05:00
parent e31bd7b409
commit 522a046192
1 changed files with 1 additions and 1 deletions

View File

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