mirror of
https://github.com/pmmp/PocketMine-MP.git
synced 2025-10-16 19:59:11 +00:00
typos
This commit is contained in:
@@ -141,6 +141,6 @@ class Async extends Thread{
|
||||
$this->join();
|
||||
}
|
||||
|
||||
return $this->result;
|
||||
return (string) $this->result;
|
||||
}
|
||||
}
|
Reference in New Issue
Block a user