Merge branch 'release/3.4'

This commit is contained in:
Dylan K. Taylor
2018-11-04 23:33:10 +00:00
3 changed files with 3 additions and 11 deletions

View File

@ -34,8 +34,6 @@ fi
if [ "$POCKETMINE_FILE" == "" ]; then
if [ -f ./PocketMine-MP.phar ]; then
POCKETMINE_FILE="./PocketMine-MP.phar"
elif [ -f ./src/pocketmine/PocketMine.php ]; then
POCKETMINE_FILE="./src/pocketmine/PocketMine.php"
else
echo "Couldn't find a valid PocketMine-MP installation"
exit 1