2
0
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:
Tux
2014-02-11 17:42:52 -05:00
parent 2f40480a50
commit cb7963dbc5
2 changed files with 5 additions and 7 deletions

View File

@@ -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();
}
}