mirror of
https://github.com/pmmp/PocketMine-MP.git
synced 2025-09-03 00:25:04 +00:00
Make start script errors a bit more noob-friendly
This commit is contained in:
@ -19,7 +19,8 @@ if($file -eq ""){
|
||||
if(Test-Path "PocketMine-MP.phar"){
|
||||
$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