mirror of
https://github.com/pmmp/PocketMine-MP.git
synced 2025-06-07 12:18:46 +00:00
Fixed glowstone block placing
This commit is contained in:
parent
881e363d1b
commit
ed1f5f225e
@ -27,7 +27,7 @@ the Free Software Foundation, either version 3 of the License, or
|
|||||||
|
|
||||||
class GlowstoneBlock extends SolidBlock{
|
class GlowstoneBlock extends SolidBlock{
|
||||||
public function __construct(){
|
public function __construct(){
|
||||||
parent::__construct(GLOWSTONE, 0, "Glowstone");
|
parent::__construct(GLOWSTONE_BLOCK, 0, "Glowstone");
|
||||||
}
|
}
|
||||||
|
|
||||||
}
|
}
|
Loading…
x
Reference in New Issue
Block a user