PillarRotationHelper: Drop redundant commit

This commit is contained in:
Dylan K. Taylor 2017-12-13 18:39:16 +00:00
parent 6abf880e44
commit 740786c99e

View File

@ -31,7 +31,7 @@ class PillarRotationHelper{
$faces = [
Vector3::SIDE_DOWN => 0,
Vector3::SIDE_NORTH => 0x08,
Vector3::SIDE_WEST => 0x04,
Vector3::SIDE_WEST => 0x04
];
return ($meta & 0x03) | $faces[$face & ~0x01];