mirror of
https://github.com/proxiodev/RedisBungee.git
synced 2026-04-17 04:00:25 +00:00
Fix compile error
This commit is contained in:
@@ -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();
|
||||||
}
|
}
|
||||||
|
|
||||||
/**
|
/**
|
||||||
|
|||||||
Reference in New Issue
Block a user