mirror of
https://github.com/pmmp/PocketMine-MP.git
synced 2025-09-03 00:25:04 +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:
2
start.sh
2
start.sh
@ -36,8 +36,6 @@ fi
|
||||
if [ "$POCKETMINE_FILE" == "" ]; then
|
||||
if [ -f ./PocketMine-MP.phar ]; then
|
||||
POCKETMINE_FILE="./PocketMine-MP.phar"
|
||||
elif [ -f ./src/pocketmine/PocketMine.php ]; then
|
||||
POCKETMINE_FILE="./src/pocketmine/PocketMine.php"
|
||||
else
|
||||
echo "Couldn't find a valid PocketMine-MP installation"
|
||||
exit 1
|
||||
|
Reference in New Issue
Block a user