mirror of
https://github.com/pmmp/PocketMine-MP.git
synced 2025-09-06 17:59:48 +00:00
Implemented new Inventory windows on Player, Chest and Furnace
This commit is contained in:
@ -52,8 +52,9 @@ abstract class AsyncTask extends \Threaded{
|
||||
* @return mixed
|
||||
*/
|
||||
public function getResult(){
|
||||
return $this->synchronized(function(){
|
||||
return $this->synchronized(function (){
|
||||
$this->finished = true;
|
||||
|
||||
return @unserialize($this->result);
|
||||
});
|
||||
}
|
||||
|
Reference in New Issue
Block a user