mirror of
https://github.com/pmmp/PocketMine-MP.git
synced 2025-04-20 16:00:20 +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) == ""){
|
||||
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;
|
||||
}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user