diff --git a/src/pocketmine/PocketMine.php b/src/pocketmine/PocketMine.php index a67c16b7c..664847529 100644 --- a/src/pocketmine/PocketMine.php +++ b/src/pocketmine/PocketMine.php @@ -415,6 +415,15 @@ namespace pocketmine { } } + if(extension_loaded("xdebug")){ + $logger->warning(" + + + You are running PocketMine with xdebug enabled. This has a major impact on performance. + + "); + } + if(!extension_loaded("curl")){ $logger->critical("Unable to find the cURL extension."); ++$errors;