mirror of
https://github.com/pmmp/PocketMine-MP.git
synced 2025-07-22 02:46:37 +00:00
Fixed Stone crash
This commit is contained in:
parent
4a78ffd2dd
commit
90777014b6
@ -45,6 +45,7 @@ class Stone extends Solid{
|
|||||||
self::POLISHED_DIORITE => "Polished Diorite",
|
self::POLISHED_DIORITE => "Polished Diorite",
|
||||||
self::ANDESITE => "Andesite",
|
self::ANDESITE => "Andesite",
|
||||||
self::POLISHED_ANDESITE => "Polished Andesite",
|
self::POLISHED_ANDESITE => "Polished Andesite",
|
||||||
|
7 => "Unknown Stone",
|
||||||
];
|
];
|
||||||
$this->name = $names[$this->meta & 0x07];
|
$this->name = $names[$this->meta & 0x07];
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user