mirror of
https://github.com/pmmp/PocketMine-MP.git
synced 2025-05-13 01:09:44 +00:00
Torch: remove trailing comma
This commit is contained in:
parent
d151a89037
commit
873b64259d
@ -85,7 +85,7 @@ class Torch extends Flowable{
|
|||||||
Facing::WEST,
|
Facing::WEST,
|
||||||
Facing::NORTH,
|
Facing::NORTH,
|
||||||
Facing::EAST,
|
Facing::EAST,
|
||||||
Facing::DOWN,
|
Facing::DOWN
|
||||||
];
|
];
|
||||||
foreach($faces as $side){
|
foreach($faces as $side){
|
||||||
$block = $this->getSide($side);
|
$block = $this->getSide($side);
|
||||||
|
Loading…
x
Reference in New Issue
Block a user