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

@ -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])){