Skip to content

Commit

Permalink
Be more clear about WHY not to use source installs in production
Browse files Browse the repository at this point in the history
  • Loading branch information
dktapps committed Sep 9, 2017
1 parent 8c363cb commit 8761256
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/pocketmine/PocketMine.php
Original file line number Diff line number Diff line change
Expand Up @@ -534,7 +534,7 @@ function cleanPath($path){


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();
Expand Down

0 comments on commit 8761256

Please sign in to comment.