mirror of
https://github.com/pmmp/PocketMine-MP.git
synced 2025-09-06 17:59:48 +00:00
Another Typo ¬¬
This commit is contained in:
29
start.cmd
29
start.cmd
@ -8,19 +8,20 @@ if not "%PHPOUTPUT%"=="1" (
|
|||||||
echo [ERROR] Couldn't find PHP binary in PATH.
|
echo [ERROR] Couldn't find PHP binary in PATH.
|
||||||
echo [INFO] Please use the Windows installer from the homepage
|
echo [INFO] Please use the Windows installer from the homepage
|
||||||
pause
|
pause
|
||||||
)
|
exit
|
||||||
) else (
|
|
||||||
if exist bin\php\php.exe (
|
|
||||||
if exist bin\mintty.exe (
|
|
||||||
start "" bin\mintty.exe -o Columns=88 -o Rows=32 -o AllowBlinking=0 -o FontQuality=3 -o CursorType=0 -o CursorBlinks=1 -h never -t "PocketMine-MP" -i bin/pocketmine.ico -w max bin\php\php.exe -d enable_dl=On PocketMine-MP.php --enable-ansi %*
|
|
||||||
) else (
|
|
||||||
bin\php\php.exe -d enable_dl=On PocketMine-MP.php %*
|
|
||||||
)
|
|
||||||
) else (
|
|
||||||
if exist bin\mintty.exe (
|
|
||||||
start "" bin\mintty.exe -o Columns=88 -o Rows=32 -o AllowBlinking=0 -o FontQuality=3 -o CursorType=0 -o CursorBlinks=1 -h never -t "PocketMine-MP" -i bin/pocketmine.ico -w max php -d enable_dl=On PocketMine-MP.php --enable-ansi %*
|
|
||||||
) else (
|
|
||||||
php -d enable_dl=On PocketMine-MP.php %*
|
|
||||||
)
|
|
||||||
)
|
)
|
||||||
)
|
)
|
||||||
|
if exist bin\php\php.exe (
|
||||||
|
if exist bin\mintty.exe (
|
||||||
|
start "" bin\mintty.exe -o Columns=88 -o Rows=32 -o AllowBlinking=0 -o FontQuality=3 -o CursorType=0 -o CursorBlinks=1 -h never -t "PocketMine-MP" -i bin/pocketmine.ico -w max bin\php\php.exe -d enable_dl=On PocketMine-MP.php --enable-ansi %*
|
||||||
|
) else (
|
||||||
|
bin\php\php.exe -d enable_dl=On PocketMine-MP.php %*
|
||||||
|
)
|
||||||
|
) else (
|
||||||
|
if exist bin\mintty.exe (
|
||||||
|
start "" bin\mintty.exe -o Columns=88 -o Rows=32 -o AllowBlinking=0 -o FontQuality=3 -o CursorType=0 -o CursorBlinks=1 -h never -t "PocketMine-MP" -i bin/pocketmine.ico -w max php -d enable_dl=On PocketMine-MP.php --enable-ansi %*
|
||||||
|
) else (
|
||||||
|
php -d enable_dl=On PocketMine-MP.php %*
|
||||||
|
)
|
||||||
|
)
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user