Do not set Level to null, closes #2032

This commit is contained in:
Shoghi Cervantes
2014-09-01 11:29:44 +02:00
parent 3eac08f5ba
commit c5626bae34
4 changed files with 1 additions and 17 deletions

View File

@ -118,7 +118,6 @@ abstract class Tile extends Position{
if(($level = $this->getLevel()) instanceof Level){
$level->removeTile($this);
}
$this->level = null;
}
}