This commit is contained in:
Shoghi Cervantes Pueyo 2013-02-11 21:04:35 +01:00
parent 20066ddb89
commit eff4631f35
2 changed files with 2 additions and 1 deletions

View File

@ -143,6 +143,7 @@ class BlockAPI{
break;
}
return $output;
}
private function cancelAction(Block $block){

View File

@ -65,7 +65,7 @@ abstract class Block{
IRON_BLOCK => "IronBlock",
DOUBLE_SLAB => "DoubleSlabBlock",
SLAB => "SlabBlock",
BRICKS => "BricksBlock",
BRICKS_BLOCK => "BricksBlock",
TNT => "TNTBlock",
BOOKSHELF => "BookshelfBlock",
MOSS_STONE => "MossStoneBlock",