Fixed glowstone block placing

This commit is contained in:
Shoghi Cervantes Pueyo 2013-02-11 20:25:18 +01:00
parent 881e363d1b
commit ed1f5f225e

View File

@ -27,7 +27,7 @@ the Free Software Foundation, either version 3 of the License, or
class GlowstoneBlock extends SolidBlock{
public function __construct(){
parent::__construct(GLOWSTONE, 0, "Glowstone");
parent::__construct(GLOWSTONE_BLOCK, 0, "Glowstone");
}
}