mirror of
https://github.com/pmmp/PocketMine-MP.git
synced 2025-10-16 03:51:37 +00:00
Updated chunk packet field names
This commit is contained in:
@@ -218,8 +218,8 @@ class Player{
|
||||
}
|
||||
}
|
||||
$pk = new ChunkDataPacket;
|
||||
$pk->x = $X;
|
||||
$pk->z = $Z;
|
||||
$pk->chunkX = $X;
|
||||
$pk->chunkZ = $Z;
|
||||
$pk->data = $this->level->getOrderedChunk($X, $Z, $Yndex);
|
||||
$cnt = $this->dataPacket($pk);
|
||||
if($cnt === false){
|
||||
|
Reference in New Issue
Block a user