1
0
mirror of https://github.com/pmmp/PocketMine-MP.git synced 2025-05-31 09:17:42 +00:00

Merge remote-tracking branch 'origin/stable'

This commit is contained in:
Dylan K. Taylor 2019-05-07 17:28:07 +01:00
commit cb3a225d45

@ -1745,6 +1745,7 @@ class Server{
$p = $this->pluginManager->getPlugin($plugin); $p = $this->pluginManager->getPlugin($plugin);
if($p instanceof Plugin and !($p->getPluginLoader() instanceof PharPluginLoader)){ if($p instanceof Plugin and !($p->getPluginLoader() instanceof PharPluginLoader)){
$this->logger->debug("Not sending crashdump due to caused by non-phar plugin"); $this->logger->debug("Not sending crashdump due to caused by non-phar plugin");
$report = false;
} }
} }