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