mirror of
https://github.com/pmmp/PocketMine-MP.git
synced 2025-09-07 10:22:56 +00:00
Added a tile.update event to the container slot change
This commit is contained in:
@ -843,6 +843,7 @@ class Player{
|
||||
"slotdata" => $s,
|
||||
"player" => $this,
|
||||
));
|
||||
$this->server->handle("tile.update", $tile);
|
||||
break;
|
||||
case MC_SEND_INVENTORY: //TODO, Mojang, enable this <20>^_^`
|
||||
break;
|
||||
|
Reference in New Issue
Block a user