mirror of
https://github.com/pmmp/PocketMine-MP.git
synced 2025-09-07 10:22:56 +00:00
Stripped redundant trailing commas
This commit is contained in:
@ -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);
|
||||
|
Reference in New Issue
Block a user