mirror of
https://github.com/pmmp/PocketMine-MP.git
synced 2025-09-03 16:45:13 +00:00
Fixed namespaces paths
This commit is contained in:
2
start.sh
2
start.sh
@ -35,7 +35,7 @@ fi
|
||||
|
||||
if [ "$POCKETMINE_FILE" == "" ]; then
|
||||
if [ -f ./src/PocketMine/PocketMine.php ]; then
|
||||
POCKETMINE_FILE="./src/PocketMine/PocketMine.php"
|
||||
POCKETMINE_FILE="./src/pocketmine/PocketMine.php"
|
||||
elif [ -f ./PocketMine-MP.phar ]; then
|
||||
POCKETMINE_FILE="./PocketMine-MP.phar"
|
||||
else
|
||||
|
Reference in New Issue
Block a user