mirror of
https://github.com/pmmp/PocketMine-MP.git
synced 2025-04-22 00:33:59 +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,
|
||||
"player" => $this,
|
||||
));
|
||||
$this->server->handle("tile.update", $tile);
|
||||
break;
|
||||
case MC_SEND_INVENTORY: //TODO, Mojang, enable this ´^_^`
|
||||
break;
|
||||
|
Loading…
x
Reference in New Issue
Block a user