Fix for blocks getting replaced

This commit is contained in:
Shoghi Cervantes Pueyo 2012-12-24 03:31:32 +01:00
parent 52810a11ba
commit 30d2b41264

View File

@ -59,7 +59,7 @@ class BlockAPI{
return; return;
} }
if(!isset(Material::$replaceable[$target[0]])){ //if(!isset(Material::$replaceable[$target[0]])){
switch($data["face"]){ switch($data["face"]){
case 0: case 0:
--$data["y"]; --$data["y"];
@ -80,7 +80,7 @@ class BlockAPI{
++$data["x"]; ++$data["x"];
break; break;
} }
} //}
if($data["y"] >= 127){ if($data["y"] >= 127){
return; return;
} }