Server: fixed crash reporting bug introduced by a6e5b6e158ff82da1a5ee1f12376c37d4f25114c

This commit is contained in:
Dylan K. Taylor 2019-05-05 20:52:52 +01:00
parent c5498bb3fa
commit 6d64ef8d74

View File

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