Merge pull request #221 from carlrobert/patch-7

"typeid" changed to "typeId"
This commit is contained in:
Walter Higgins 2015-03-05 21:32:09 +00:00
commit 8b7d045702
1 changed files with 1 additions and 1 deletions

View File

@ -39,7 +39,7 @@ function canHang( block ) {
}
if (__plugin.canary){
if (block.typeId == blocks.air ||
block.typeid == blocks.vines ) {
block.typeId == blocks.vines ) {
return true;
}
}