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

@ -7,8 +7,8 @@ if exist bin\php\php.exe (
set PHP_BINARY=php
)
if exist src\PocketMine\PocketMine.php (
set POCKETMINE_FILE=src\PocketMine\PocketMine.php
if exist src\pocketmine\PocketMine.php (
set POCKETMINE_FILE=src\pocketmine\PocketMine.php
) else (
if exist PocketMine-MP.phar (
set POCKETMINE_FILE=PocketMine-MP.phar