Skip to content
This repository has been archived by the owner on Feb 9, 2021. It is now read-only.

Commit

Permalink
Possible fix for #2394
Browse files Browse the repository at this point in the history
  • Loading branch information
shoghicp committed Dec 12, 2014
1 parent 2752393 commit c81bbda
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/pocketmine/entity/Entity.php
Original file line number Diff line number Diff line change
Expand Up @@ -1256,7 +1256,6 @@ public function close(){
$this->level->removeEntity($this);
}
$this->despawnFromAll();
$this->level = null;
}
}

Expand Down

0 comments on commit c81bbda

Please sign in to comment.