Merge pull request #1944 from PEMapModder/patch-2

Cleaned Mycelium.php and fixed its potential crash
This commit is contained in:
Shoghi Cervantes 2014-08-22 11:22:10 +02:00
commit ee593fe5e4

View File

@ -22,6 +22,7 @@
namespace pocketmine\block;
use pocketmine\item\Item;
use pocketmine\level\Level;
class Mycelium extends Solid{
public function __construct(){