mirror of
https://github.com/pmmp/PocketMine-MP.git
synced 2025-06-07 04:17:07 +00:00
Removed parse errors from AutoReporting
This commit is contained in:
parent
9db2fe40eb
commit
d53ba52d32
@ -1962,7 +1962,7 @@ class Server{
|
|||||||
}elseif(\Phar::running(true) == ""){
|
}elseif(\Phar::running(true) == ""){
|
||||||
return;
|
return;
|
||||||
}
|
}
|
||||||
if($dump->getData()["type"] === "E_PARSE" or $dump->getData()["type"] === "E_COMPILE_ERROR"){
|
if($dump->getData()["error"]["type"] === "E_PARSE" or $dump->getData()["error"]["type"] === "E_COMPILE_ERROR"){
|
||||||
return;
|
return;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user