diff --git a/lancache-autofill b/lancache-autofill index bfccdb2..5919263 100755 --- a/lancache-autofill +++ b/lancache-autofill @@ -15,13 +15,7 @@ use Zeropingheroes\LancacheAutofill\Commands\Steam\{ AuthoriseAccount, Dequeue, Initialise, QueueApp, QueuePopularApps, Requeue, SearchApps, ShowQueue, StartDownloading, UpdateAppList }; -// Load Composer's autoloader -if (file_exists($a = __DIR__.'/../../autoload.php')) { - require_once $a; -} -else { - require_once __DIR__.'/vendor/autoload.php'; -} +require_once __DIR__ . '/vendor/autoload.php'; // Load environment variables $dotenv = new Dotenv(__DIR__);