From a153f2ebdc483bff56184c8ea9e11dd9de89c90f Mon Sep 17 00:00:00 2001 From: Shoghi Cervantes Date: Sat, 25 May 2013 19:29:24 +0200 Subject: [PATCH] Minifix --- src/world/Entity.php | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/world/Entity.php b/src/world/Entity.php index d29faad8d4..bc5327da97 100644 --- a/src/world/Entity.php +++ b/src/world/Entity.php @@ -196,6 +196,8 @@ class Entity extends Position{ $this->close(); return false; } + }else{ + $this->close(); } return true; }