mirror of
https://github.com/pmmp/PocketMine-MP.git
synced 2025-09-08 10:53:05 +00:00
Stripped redundant trailing commas
This commit is contained in:
@ -42,7 +42,7 @@ class ColorBlockMetaHelper{
|
||||
12 => "Brown",
|
||||
13 => "Green",
|
||||
14 => "Red",
|
||||
15 => "Black",
|
||||
15 => "Black"
|
||||
];
|
||||
|
||||
return $names[$meta] ?? "Unknown";
|
||||
|
Reference in New Issue
Block a user