mirror of
https://github.com/pmmp/PocketMine-MP.git
synced 2025-04-21 08:17:34 +00:00
Added some type checks
This commit is contained in:
parent
bfffa35246
commit
99554caa69
@ -48,7 +48,7 @@ class AsyncMultipleQueue extends Thread{
|
||||
$str = "";
|
||||
while(!isset($str{$len - 1})){
|
||||
$str .= $this->input{0};
|
||||
$this->input = substr($this->input, 1);
|
||||
$this->input = (string) substr($this->input, 1);
|
||||
}
|
||||
return $str;
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user