mirror of
https://github.com/darverdevs/PluginInstaller.git
synced 2024-11-22 09:16:06 -08:00
deafdds
This commit is contained in:
parent
bf87278bbd
commit
ae9db86b7a
Binary file not shown.
|
@ -20,7 +20,6 @@ public class InstallCommand implements CommandExecutor {
|
||||||
if (cmd.getName().equalsIgnoreCase("install")) {
|
if (cmd.getName().equalsIgnoreCase("install")) {
|
||||||
if (snder.isOp() || snder instanceof ConsoleCommandSender) {
|
if (snder.isOp() || snder instanceof ConsoleCommandSender) {
|
||||||
Installer ins = new Installer();
|
Installer ins = new Installer();
|
||||||
|
|
||||||
// handler for install argument
|
// handler for install argument
|
||||||
if (args.length == 1) {
|
if (args.length == 1) {
|
||||||
String Install_Jar = args[0].toLowerCase();
|
String Install_Jar = args[0].toLowerCase();
|
||||||
|
|
Binary file not shown.
Loading…
Reference in New Issue
Block a user