Fixed mirrored chunk sending

This commit is contained in:
Shoghi Cervantes
2014-07-06 12:36:23 +02:00
parent 643a4c1ef5
commit 6b361389ad
5 changed files with 24 additions and 16 deletions

View File

@ -36,9 +36,9 @@ class Grass extends Solid{
}
public function getDrops(Item $item){
return array(
array(Item::DIRT, 0, 1),
);
return [
[Item::DIRT, 0, 1],
];
}
public function onUpdate($type){