Added a tile.update event to the container slot change

This commit is contained in:
Shoghi Cervantes Pueyo 2013-03-06 19:00:48 +01:00
parent e8c2662258
commit 3355f71ab3

View File

@ -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;