mirror of
https://github.com/pmmp/PocketMine-MP.git
synced 2025-06-07 12:18:46 +00:00
Fixed type again
This commit is contained in:
parent
a7149ad9ef
commit
09a388f8de
@ -74,7 +74,7 @@ class AsyncMultipleQueue extends Thread{
|
|||||||
$d = array();
|
$d = array();
|
||||||
for($c = 0; $c < $cnt; ++$c){
|
for($c = 0; $c < $cnt; ++$c){
|
||||||
$key = $this->get(Utils::readShort($this->get(2), false));
|
$key = $this->get(Utils::readShort($this->get(2), false));
|
||||||
$d[$key] = $this->get(Utils::readInt($this->get(2), false));
|
$d[$key] = $this->get(Utils::readInt($this->get(4), false));
|
||||||
}
|
}
|
||||||
$res = (string) Utils::curl_post($url, $d, $timeout);
|
$res = (string) Utils::curl_post($url, $d, $timeout);
|
||||||
$this->lock();
|
$this->lock();
|
||||||
|
Loading…
x
Reference in New Issue
Block a user