Fixed everything lighting on fire

This commit is contained in:
Dylan K. Taylor
2021-11-27 03:54:30 +00:00
parent cc23e0b7a1
commit 9540193766
2 changed files with 2 additions and 4 deletions

View File

@ -19,9 +19,7 @@ rm PocketMine-MP.phar 2> /dev/null
mkdir "$DATA_DIR"
mkdir "$PLUGINS_DIR"
cd tests/plugins/DevTools
php -dphar.readonly=0 ./src/DevTools/ConsoleScript.php --make ./ --relative ./ --out "$PLUGINS_DIR/DevTools.phar"
cd ../../..
composer make-devtools
composer make-server
if [ -f PocketMine-MP.phar ]; then