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