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:
parent
df5f5ef2c9
commit
98b2c4733a
@ -147,7 +147,7 @@ public class RedisBungeeAPI {
|
||||
* @see #getServerId()
|
||||
*/
|
||||
public final List<String> getAllServers() {
|
||||
return RedisBungee.getServerIds();
|
||||
return plugin.getServerIds();
|
||||
}
|
||||
|
||||
/**
|
||||
|
Loading…
Reference in New Issue
Block a user