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:
@ -48,7 +48,7 @@ class Quartz extends Solid{
|
||||
self::QUARTZ_NORMAL => "Quartz Block",
|
||||
self::QUARTZ_CHISELED => "Chiseled Quartz Block",
|
||||
self::QUARTZ_PILLAR => "Quartz Pillar",
|
||||
self::QUARTZ_PILLAR2 => "Quartz Pillar",
|
||||
self::QUARTZ_PILLAR2 => "Quartz Pillar"
|
||||
];
|
||||
return $names[$this->meta & 0x03];
|
||||
}
|
||||
|
Reference in New Issue
Block a user