Fixed namespaces paths

This commit is contained in:
Shoghi Cervantes
2014-04-01 04:47:04 +02:00
parent 3605bc36c5
commit 207c2c4aba
441 changed files with 1514 additions and 1525 deletions

View File

@ -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