fix block drop in node 0.10 : itemCount is not optional

This commit is contained in:
Romain Beaumont 2015-11-20 00:23:22 +01:00
parent da2457eae4
commit f4a168cffb

View file

@ -61,7 +61,8 @@ module.exports.player=function(player,serv) {
"type": 5,
"value": {
blockId: entity.itemId,
itemDamage: entity.itemDamage
itemDamage: entity.itemDamage,
itemCount:1
}
}]);
}