mirror of
https://github.com/pmmp/PocketMine-MP.git
synced 2025-06-22 03:14:11 +00:00
Fix sea lantern lighting doesn't save (#316)
This commit is contained in:
parent
cf83143bbd
commit
613226c661
@ -23,7 +23,7 @@ namespace pocketmine\block;
|
|||||||
|
|
||||||
use pocketmine\item\Item;
|
use pocketmine\item\Item;
|
||||||
|
|
||||||
class SeaLantern extends Solid{
|
class SeaLantern extends Transparent{
|
||||||
|
|
||||||
protected $id = self::SEA_LANTERN;
|
protected $id = self::SEA_LANTERN;
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user