Merge branch 'master' into 0.10

This commit is contained in:
Shoghi Cervantes
2014-11-05 19:04:36 +01:00
106 changed files with 1022 additions and 1138 deletions

View File

@ -42,7 +42,7 @@ class Fence extends Transparent{
$f2 = $flag ? 0 : 0.375;
$f3 = $flag1 ? 1 : 0.625;
return AxisAlignedBB::getBoundingBoxFromPool(
return new AxisAlignedBB(
$this->x + $f,
$this->y,
$this->z + $f2,