Make sure COMPOSER_AUTOLOADER_PATH is always declared

Sacrifice dynamic composer autoloader path to do this, because we don't
need it anyway - it was a misconceived feature from the days when I used
the same workspace for PM3 and PM4 both.
This commit is contained in:
Dylan K. Taylor
2021-10-02 15:27:11 +01:00
parent f5266ec816
commit 54174eefa0
2 changed files with 4 additions and 10 deletions

View File

@ -35,3 +35,4 @@ define('pocketmine\_CORE_CONSTANTS_INCLUDED', true);
define('pocketmine\PATH', dirname(__DIR__) . '/');
define('pocketmine\RESOURCE_PATH', dirname(__DIR__) . '/resources/');
define('pocketmine\COMPOSER_AUTOLOADER_PATH', dirname(__DIR__) . '/vendor/autoload.php');