mirror of
https://github.com/pmmp/PocketMine-MP.git
synced 2025-09-06 09:56:06 +00:00
Fixed missing field in ContainerSetContentPacket, close #980
This commit is contained in:
@ -435,6 +435,7 @@ abstract class BaseInventory implements Inventory{
|
||||
continue;
|
||||
}
|
||||
$pk->windowid = $id;
|
||||
$pk->targetEid = $player->getId();
|
||||
$player->dataPacket($pk);
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user