Glass pane suffocation

This commit is contained in:
Shoghi Cervantes Pueyo 2013-02-05 21:18:27 +01:00
parent 09dd47722b
commit f53e08bb84

View File

@ -25,7 +25,7 @@ the Free Software Foundation, either version 3 of the License, or
*/
class GlassPaneBlock extends SolidBlock{
class GlassPaneBlock extends TransparentBlock{
public function __construct(){
parent::__construct(GLASS_PANE, 0, "Glass Pane");
}