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:
@ -38,7 +38,7 @@ class WallSign extends SignPost{
|
||||
2 => 3,
|
||||
3 => 2,
|
||||
4 => 5,
|
||||
5 => 4,
|
||||
5 => 4
|
||||
];
|
||||
if($type === Level::BLOCK_UPDATE_NORMAL){
|
||||
if(isset($faces[$this->meta])){
|
||||
|
Reference in New Issue
Block a user