mirror of
https://github.com/pmmp/PocketMine-MP.git
synced 2025-07-13 21:35:21 +00:00
PillarRotationHelper: Drop redundant commit
This commit is contained in:
parent
6abf880e44
commit
740786c99e
@ -31,7 +31,7 @@ class PillarRotationHelper{
|
|||||||
$faces = [
|
$faces = [
|
||||||
Vector3::SIDE_DOWN => 0,
|
Vector3::SIDE_DOWN => 0,
|
||||||
Vector3::SIDE_NORTH => 0x08,
|
Vector3::SIDE_NORTH => 0x08,
|
||||||
Vector3::SIDE_WEST => 0x04,
|
Vector3::SIDE_WEST => 0x04
|
||||||
];
|
];
|
||||||
|
|
||||||
return ($meta & 0x03) | $faces[$face & ~0x01];
|
return ($meta & 0x03) | $faces[$face & ~0x01];
|
||||||
|
Loading…
x
Reference in New Issue
Block a user