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