2
0
mirror of https://github.com/proxiodev/RedisBungee.git synced 2024-11-22 20:28:00 +00:00

Fix permission.

This commit is contained in:
Tux 2013-11-16 13:58:15 -05:00
parent d82f375506
commit d57c825c76

View File

@ -30,7 +30,7 @@ import java.util.concurrent.TimeUnit;
public class RedisBungeeCommands {
public static class GlistCommand extends Command {
protected GlistCommand() {
super("glist", "bungeecord.command.glist", "redisbungee");
super("glist", "bungeecord.command.list", "redisbungee");
}
@Override