typeid changed to typeId

This commit is contained in:
Robert Storlind 2015-03-05 22:15:56 +01:00
parent 7ebc952814
commit b3d4764646

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;
}
}