mirror of
https://github.com/pmmp/PocketMine-MP.git
synced 2025-06-07 12:18:46 +00:00
Remove unnecessary quotes
these appear on the echoed message, which is undesirable.
This commit is contained in:
parent
4a6841a5a4
commit
02ef0bfbb4
@ -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
|
||||||
)
|
)
|
||||||
|
Loading…
x
Reference in New Issue
Block a user