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

@ -77,7 +77,7 @@ class Torch extends Flowable{
Vector3::SIDE_NORTH => 4,
Vector3::SIDE_SOUTH => 3,
Vector3::SIDE_WEST => 2,
Vector3::SIDE_EAST => 1,
Vector3::SIDE_EAST => 1
];
$this->meta = $faces[$face];
$this->getLevel()->setBlock($block, $this, true, true);