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

@ -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];