mirror of
https://github.com/pmmp/PocketMine-MP.git
synced 2025-09-04 17:06:16 +00:00
Remove start script support for source-code installations (#2495)
This was suggested recently by @TheDeibo. We don't want users running source-code installations unless they are developers, and developers should know how to boot a source-code installation anyway.
This commit is contained in:
10
start.cmd
10
start.cmd
@ -12,13 +12,9 @@ if exist bin\php\php.exe (
|
||||
if exist PocketMine-MP.phar (
|
||||
set POCKETMINE_FILE=PocketMine-MP.phar
|
||||
) else (
|
||||
if exist src\pocketmine\PocketMine.php (
|
||||
set POCKETMINE_FILE=src\pocketmine\PocketMine.php
|
||||
) else (
|
||||
echo Couldn't find a valid PocketMine-MP installation
|
||||
pause
|
||||
exit 1
|
||||
)
|
||||
echo Couldn't find a valid PocketMine-MP installation
|
||||
pause
|
||||
exit 1
|
||||
)
|
||||
|
||||
if exist bin\mintty.exe (
|
||||
|
Reference in New Issue
Block a user