mirror of
https://github.com/pmmp/PocketMine-MP.git
synced 2025-09-08 02:42:58 +00:00
Stripped redundant trailing commas
This commit is contained in:
@ -116,7 +116,7 @@ class Ladder extends Transparent{
|
||||
2 => 2,
|
||||
3 => 3,
|
||||
4 => 4,
|
||||
5 => 5,
|
||||
5 => 5
|
||||
];
|
||||
if(isset($faces[$face])){
|
||||
$this->meta = $faces[$face];
|
||||
|
Reference in New Issue
Block a user