mirror of
https://github.com/proxiodev/RedisBungee.git
synced 2026-04-08 16:10:26 +00:00
Fix compile error
This commit is contained in:
@@ -147,7 +147,7 @@ public class RedisBungeeAPI {
|
||||
* @see #getServerId()
|
||||
*/
|
||||
public final List<String> getAllServers() {
|
||||
return RedisBungee.getServerIds();
|
||||
return plugin.getServerIds();
|
||||
}
|
||||
|
||||
/**
|
||||
|
||||
Reference in New Issue
Block a user