mirror of
https://github.com/pmmp/PocketMine-MP.git
synced 2025-09-02 16:23:04 +00:00
Wow, I'm really getting sloppy...
This commit is contained in:
@ -40,7 +40,7 @@ use function json_encode;
|
||||
use function ksort;
|
||||
use function scandir;
|
||||
|
||||
require __DIR__ . '/vendor/autoload.php';
|
||||
require dirname(__DIR__) . '/vendor/autoload.php';
|
||||
|
||||
if(count($argv) !== 4){
|
||||
\GlobalLogger::get()->error("Required arguments: path to mapping table, path to current schemas, path to output file");
|
||||
|
Reference in New Issue
Block a user