From 169d122774cd197332c2a453772dd027cac71145 Mon Sep 17 00:00:00 2001 From: Shoghi Cervantes Date: Sat, 8 Jun 2013 14:31:19 +0200 Subject: [PATCH] Fixed typo --- src/material/block/attachable/SignPost.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/material/block/attachable/SignPost.php b/src/material/block/attachable/SignPost.php index 36347c45d8..db03c4f7bb 100644 --- a/src/material/block/attachable/SignPost.php +++ b/src/material/block/attachable/SignPost.php @@ -55,7 +55,7 @@ class SignPostBlock extends TransparentBlock{ public function onUpdate($type){ if($type === BLOCK_UPDATE_NORMAL){ - if($this->getSide(0)->isSolid === false)){ //Replace wit common break method + if($this->getSide(0)->isSolid === false){ //Replace wit common break method ServerAPI::request()->api->entity->drop($this, BlockAPI::getItem(SIGN, 0, 1)); $this->level->setBlock($this, new AirBlock(), false); return BLOCK_UPDATE_NORMAL;