mirror of
https://github.com/pmmp/PocketMine-MP.git
synced 2025-04-22 00:33:59 +00:00
PillarRotationHelper: Drop redundant commit
This commit is contained in:
parent
6abf880e44
commit
740786c99e
@ -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];
|
||||
|
Loading…
x
Reference in New Issue
Block a user