Rename Plugins/Mineplex.Core/src/mineplex/core/portal/Commands/ServerCommand.java to Plugins/Mineplex.Core/src/mineplex/core/portal/commands/ServerCommand.java

This commit is contained in:
Alexander Meech 2018-04-12 03:58:06 -04:00 committed by GitHub
parent be126ec570
commit e059e724d8
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -83,4 +83,4 @@ public class ServerCommand extends CommandBase<Portal>
F.main(Plugin.getName(), C.cRed + "Your arguments are inappropriate for this command!"));
}
}
}
}