Fixed block updates not getting broadcasted

This commit is contained in:
Shoghi Cervantes
2014-06-22 21:56:58 +02:00
parent 0e36107878
commit 0be2bd911f
5 changed files with 35 additions and 7 deletions

View File

@ -79,6 +79,8 @@ interface ChunkSection{
* @param int $z 0-15
* @param int $blockId , if null, do not change
* @param int $meta 0-15, if null, do not change
*
* @return bool
*/
public function setBlock($x, $y, $z, $blockId = null, $meta = null);