Fixed phar check

This commit is contained in:
Shoghi Cervantes 2015-01-03 16:49:10 +01:00
parent 87970726e4
commit f9dd929e04
No known key found for this signature in database
GPG Key ID: 78464DB0A7837F89

View File

@ -434,7 +434,7 @@ namespace pocketmine {
new Installer(); new Installer();
} }
if(\Phar::running(true) !== ""){ if(\Phar::running(true) === ""){
$logger->warning("Non-packaged PocketMine-MP installation detected, do not use on production."); $logger->warning("Non-packaged PocketMine-MP installation detected, do not use on production.");
} }