mirror of
https://git.krews.org/morningstar/Arcturus-Community.git
synced 2024-11-26 16:30:52 +01:00
Made plugins command no longer use a perm, always turned on.
This commit is contained in:
parent
4c7ec55c60
commit
ce9aae174f
@ -9,7 +9,7 @@ import java.util.Collections;
|
|||||||
|
|
||||||
public class PluginsCommand extends Command {
|
public class PluginsCommand extends Command {
|
||||||
public PluginsCommand() {
|
public PluginsCommand() {
|
||||||
super("cmd_plugins", Emulator.getTexts().getValue("commands.keys.cmd_plugins").split(";"));
|
super(null, new String[]{"plugins"});
|
||||||
}
|
}
|
||||||
|
|
||||||
@Override
|
@Override
|
||||||
|
Loading…
Reference in New Issue
Block a user