mirror of
https://github.com/proxiodev/RedisBungee.git
synced 2026-04-08 16:10:26 +00:00
Modify POM, support new BungeeCord builds.
This commit is contained in:
@@ -75,4 +75,9 @@ public class RedisBungeeCommandSender implements CommandSender {
|
||||
public void setPermission(String s, boolean b) {
|
||||
// no-op
|
||||
}
|
||||
|
||||
@Override
|
||||
public Collection<String> getPermissions() {
|
||||
return Collections.emptySet();
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user