Changed message

This commit is contained in:
Shoghi Cervantes Pueyo 2012-12-27 23:57:14 +01:00
parent ada2662627
commit ca12a5c2ce

View File

@ -48,7 +48,7 @@ class LevelAPI{
break;
case "player.block.break":
$block = $this->getBlock($data["x"], $data["y"], $data["z"]);
console("[DEBUG] EID ".$data["eid"]." broke block ".$block[0].":".$block[1]." at X ".$data["x"]." Y ".$data["y"]." Z ".$data["z"], true, true, 2);
console("[DEBUG] EID ".$data["eid"]." broke ".$block[0].":".$block[1]." at X ".$data["x"]." Y ".$data["y"]." Z ".$data["z"], true, true, 2);
if($block[0] === 0){
break;