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