mirror of
https://github.com/pmmp/PocketMine-MP.git
synced 2025-04-20 16:00:20 +00:00
build/make-release: remove redundant require_once
this is included by vendor/autoload.php since 3.7.x.
This commit is contained in:
parent
911b6feaf9
commit
b08c38f8f9
@ -36,7 +36,6 @@ use function system;
|
||||
use const pocketmine\BASE_VERSION;
|
||||
use const STDIN;
|
||||
|
||||
require_once dirname(__DIR__) . '/src/pocketmine/VersionInfo.php';
|
||||
require_once dirname(__DIR__) . '/vendor/autoload.php';
|
||||
|
||||
if(isset($argv[1])){
|
||||
|
Loading…
x
Reference in New Issue
Block a user