mirror of
https://github.com/pmmp/PocketMine-MP.git
synced 2025-09-03 08:35:20 +00:00
Fixed start.sh on linux :P
This commit is contained in:
2
start.sh
2
start.sh
@ -36,7 +36,7 @@ fi
|
||||
if [ "$POCKETMINE_FILE" == "" ]; then
|
||||
if [ -f ./PocketMine-MP.phar ]; then
|
||||
POCKETMINE_FILE="./PocketMine-MP.phar"
|
||||
elif [ -f ./src/PocketMine/PocketMine.php ]; then
|
||||
elif [ -f ./src/pocketmine/PocketMine.php ]; then
|
||||
POCKETMINE_FILE="./src/pocketmine/PocketMine.php"
|
||||
else
|
||||
echo "Couldn't find a valid PocketMine-MP installation"
|
||||
|
Reference in New Issue
Block a user