Fix compile error

This commit is contained in:
Tux 2014-04-03 23:24:27 -04:00
parent df5f5ef2c9
commit 98b2c4733a
1 changed files with 1 additions and 1 deletions

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();
} }
/** /**