mirror of
https://git.krews.org/morningstar/Arcturus-Community.git
synced 2024-11-22 23:10: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 PluginsCommand() {
|
||||
super("cmd_plugins", Emulator.getTexts().getValue("commands.keys.cmd_plugins").split(";"));
|
||||
super(null, new String[]{"plugins"});
|
||||
}
|
||||
|
||||
@Override
|
||||
|
Loading…
Reference in New Issue
Block a user