Re-add configurable key for plugins.

This commit is contained in:
KrewsOrg 2020-03-13 19:07:34 +00:00
parent 490a1f4bde
commit b1bda73af3

View File

@ -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