Merge branch 'release/3.3' into release/3.4

This commit is contained in:
Dylan K. Taylor 2018-10-25 19:36:44 +01:00
commit c6a4bc4bf7

View File

@ -15,7 +15,7 @@ if exist PocketMine-MP.phar (
if exist src\pocketmine\PocketMine.php ( if exist src\pocketmine\PocketMine.php (
set POCKETMINE_FILE=src\pocketmine\PocketMine.php set POCKETMINE_FILE=src\pocketmine\PocketMine.php
) else ( ) else (
echo "Couldn't find a valid PocketMine-MP installation" echo Couldn't find a valid PocketMine-MP installation
pause pause
exit 1 exit 1
) )