Fixed API unloading

This commit is contained in:
Shoghi Cervantes
2013-06-08 01:40:13 +02:00
parent 157237e3ef
commit 38c50c2fec
2 changed files with 4 additions and 4 deletions

View File

@ -128,7 +128,7 @@ class Level{
public function __destruct(){
if(isset($this->level)){
$this->save();
$this->save(false, false);
$this->level->close();
unset($this->level);
}