Fix sea lantern lighting doesn't save (#316)

This commit is contained in:
Haxley 2017-02-02 02:09:54 -07:00 committed by Dylan K. Taylor
parent cf83143bbd
commit 613226c661

View File

@ -23,7 +23,7 @@ namespace pocketmine\block;
use pocketmine\item\Item;
class SeaLantern extends Solid{
class SeaLantern extends Transparent{
protected $id = self::SEA_LANTERN;
@ -49,4 +49,4 @@ class SeaLantern extends Solid{
];
}
}
}