mirror of
https://git.krews.org/morningstar/Arcturus-Community.git
synced 2025-01-31 04:12:37 +01:00
Re-add configurable key for plugins.
This commit is contained in:
parent
490a1f4bde
commit
b1bda73af3
@ -9,7 +9,7 @@ import java.util.Collections;
|
|||||||
|
|
||||||
public class PluginsCommand extends Command {
|
public class PluginsCommand extends Command {
|
||||||
public PluginsCommand() {
|
public PluginsCommand() {
|
||||||
super(null, new String[]{"plugins"});
|
super(null, Emulator.getTexts().getValue("commands.keys.cmd_plugins").split(";"));
|
||||||
}
|
}
|
||||||
|
|
||||||
@Override
|
@Override
|
||||||
|
Loading…
x
Reference in New Issue
Block a user