2
0
mirror of https://github.com/proxiodev/RedisBungee.git synced 2024-11-22 20:28:00 +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()
*/
public final List<String> getAllServers() {
return RedisBungee.getServerIds();
return plugin.getServerIds();
}
/**