mirror of
https://github.com/pmmp/PocketMine-MP.git
synced 2025-04-21 08:17:34 +00:00
Mini fix
This commit is contained in:
parent
68f0a91d56
commit
4321a03935
@ -911,7 +911,7 @@ class Player{
|
||||
$cnt = $this->directDataPacket($data["id"], $data, $data["pid"]);
|
||||
if(isset($this->chunkCount[$count])){
|
||||
unset($this->chunkCount[$count]);
|
||||
$this->chunkCount[$cnt] = true;
|
||||
$this->chunkCount[$cnt[0]] = true;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user