mirror of
https://github.com/pmmp/PocketMine-MP.git
synced 2025-04-22 16:51:42 +00:00
Removed equipment change notification
This commit is contained in:
parent
9ee7180681
commit
2c952a5a4f
@ -757,7 +757,6 @@ class Player{
|
||||
$data["item"] = BlockAPI::getItem($data["block"], $data["meta"]);
|
||||
if($this->server->handle("player.equipment.change", $data) !== false){
|
||||
$this->equipment = $data["item"];
|
||||
console("[DEBUG] Player ".$this->username." has now ".$this->equipment->getName()." (".$this->equipment->getID().":".$this->equipment->getMetadata().") in their hands!", true, true, 2);
|
||||
}
|
||||
break;
|
||||
case MC_REQUEST_CHUNK:
|
||||
|
Loading…
x
Reference in New Issue
Block a user