This commit is contained in:
Fangoboyo 2022-06-07 18:09:11 -07:00
parent bf87278bbd
commit ae9db86b7a
3 changed files with 0 additions and 1 deletions

View File

@ -20,7 +20,6 @@ public class InstallCommand implements CommandExecutor {
if (cmd.getName().equalsIgnoreCase("install")) {
if (snder.isOp() || snder instanceof ConsoleCommandSender) {
Installer ins = new Installer();
// handler for install argument
if (args.length == 1) {
String Install_Jar = args[0].toLowerCase();