mirror of
https://github.com/proxiodev/RedisBungee.git
synced 2024-11-23 04:28:01 +00:00
Fix permission.
This commit is contained in:
parent
d82f375506
commit
d57c825c76
@ -30,7 +30,7 @@ import java.util.concurrent.TimeUnit;
|
|||||||
public class RedisBungeeCommands {
|
public class RedisBungeeCommands {
|
||||||
public static class GlistCommand extends Command {
|
public static class GlistCommand extends Command {
|
||||||
protected GlistCommand() {
|
protected GlistCommand() {
|
||||||
super("glist", "bungeecord.command.glist", "redisbungee");
|
super("glist", "bungeecord.command.list", "redisbungee");
|
||||||
}
|
}
|
||||||
|
|
||||||
@Override
|
@Override
|
||||||
|
Loading…
Reference in New Issue
Block a user