mirror of
https://github.com/pmmp/PocketMine-MP.git
synced 2025-04-23 00:55:57 +00:00
Fixed server crash
This commit is contained in:
parent
b0c520f72a
commit
74f139ea85
@ -357,7 +357,7 @@ class Entity extends stdClass{
|
||||
));
|
||||
$player->dataPacket(MC_PLAYER_EQUIPMENT, array(
|
||||
"eid" => $this->eid,
|
||||
"block" => $this->player->equipment->blockID(),
|
||||
"block" => $this->player->equipment->getID(),
|
||||
"meta" => $this->player->equipment->getMetadata(),
|
||||
));
|
||||
break;
|
||||
|
Loading…
x
Reference in New Issue
Block a user