2
0
mirror of https://github.com/proxiodev/RedisBungee.git synced 2025-04-20 01:27:07 +00:00

Fix compile error

This commit is contained in:
Tux 2014-04-03 23:24:27 -04:00
parent df5f5ef2c9
commit 98b2c4733a

View File

@ -147,7 +147,7 @@ public class RedisBungeeAPI {
* @see #getServerId() * @see #getServerId()
*/ */
public final List<String> getAllServers() { public final List<String> getAllServers() {
return RedisBungee.getServerIds(); return plugin.getServerIds();
} }
/** /**