Be more clear about WHY not to use source installs in production

This commit is contained in:
Dylan K. Taylor 2017-09-09 19:21:32 +01:00
parent 8c363cb571
commit 8761256246

View File

@ -534,7 +534,7 @@ namespace pocketmine {
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. Consider using a phar in production for better performance.");
}
ThreadManager::init();