mirror of
https://github.com/pmmp/PocketMine-MP.git
synced 2025-09-03 08:35:20 +00:00
Make start script errors a bit more noob-friendly
This commit is contained in:
@ -12,7 +12,8 @@ if exist bin\php\php.exe (
|
||||
if exist PocketMine-MP.phar (
|
||||
set POCKETMINE_FILE=PocketMine-MP.phar
|
||||
) else (
|
||||
echo Couldn't find a valid PocketMine-MP installation
|
||||
echo PocketMine-MP.phar not found
|
||||
echo Downloads can be found at https://github.com/pmmp/PocketMine-MP/releases
|
||||
pause
|
||||
exit 1
|
||||
)
|
||||
|
Reference in New Issue
Block a user