Stripped redundant trailing commas

This commit is contained in:
Dylan K. Taylor
2017-08-25 12:41:49 +01:00
parent ba27fff853
commit 8ce833bf74
25 changed files with 27 additions and 27 deletions

View File

@ -135,7 +135,7 @@ abstract class Stair extends Transparent{
0 => 0,
1 => 2,
2 => 1,
3 => 3,
3 => 3
];
$this->meta = $faces[$player->getDirection()] & 0x03;
if(($facePos->y > 0.5 and $face !== Vector3::SIDE_UP) or $face === Vector3::SIDE_DOWN){