mirror of
https://github.com/pmmp/PocketMine-MP.git
synced 2025-09-07 18:32:55 +00:00
Stripped redundant trailing commas
This commit is contained in:
@ -143,7 +143,7 @@ class Vine extends Transparent{
|
||||
2 => self::FLAG_SOUTH,
|
||||
3 => self::FLAG_NORTH,
|
||||
4 => self::FLAG_EAST,
|
||||
5 => self::FLAG_WEST,
|
||||
5 => self::FLAG_WEST
|
||||
];
|
||||
if(isset($faces[$face])){
|
||||
$this->meta = $faces[$face];
|
||||
|
Reference in New Issue
Block a user