mirror of
https://github.com/pmmp/PocketMine-MP.git
synced 2025-04-20 16:00:20 +00:00
Merge commit '9eebfa7cc30c8a5ac39f192c79023131623ad4b4'
# Conflicts: # resources/vanilla # src/Server.php # src/pocketmine/Achievement.php
This commit is contained in:
commit
ee4757303b
@ -127,6 +127,9 @@ class CrashDump{
|
||||
return $this->encodedData;
|
||||
}
|
||||
|
||||
/**
|
||||
* @return mixed[]
|
||||
*/
|
||||
public function getData() : array{
|
||||
return $this->data;
|
||||
}
|
||||
|
@ -1416,7 +1416,7 @@ class Server{
|
||||
}
|
||||
|
||||
/**
|
||||
* @param array|null $trace
|
||||
* @param mixed[][]|null $trace
|
||||
*/
|
||||
public function exceptionHandler(\Throwable $e, $trace = null) : void{
|
||||
while(@ob_end_flush()){}
|
||||
|
Loading…
x
Reference in New Issue
Block a user