From 9cb27e26ef83b1ca7b032d538b1bf734698c4962 Mon Sep 17 00:00:00 2001 From: Shoghi Cervantes Date: Thu, 16 Oct 2014 22:01:32 +0200 Subject: [PATCH] Fixed #2183 --- src/pocketmine/block/Chest.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/pocketmine/block/Chest.php b/src/pocketmine/block/Chest.php index d053f4d1b..ad24a0316 100644 --- a/src/pocketmine/block/Chest.php +++ b/src/pocketmine/block/Chest.php @@ -52,7 +52,7 @@ class Chest extends Transparent{ $this->y, $this->z + 0.0625, $this->x + 0.9375, - $this->y + 0.875, + $this->y + 0.9475, $this->z + 0.9375 ); }