mirror of
https://github.com/pmmp/PocketMine-MP.git
synced 2025-07-23 19:34:15 +00:00
Server: fixed crash reporting bug introduced by a6e5b6e158ff82da1a5ee1f12376c37d4f25114c
This commit is contained in:
parent
c5498bb3fa
commit
6d64ef8d74
@ -2271,6 +2271,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;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user