removed debug code

This commit is contained in:
Shoghi Cervantes 2014-02-27 00:24:43 +01:00
parent 9acc867a94
commit 44b9d33b65

View File

@ -54,7 +54,6 @@ class Level{
} }
} }
$this->generator->init($this, new Random($this->level->levelData["seed"])); $this->generator->init($this, new Random($this->level->levelData["seed"]));
$this->loadChunk(8, 8);
} }
public function close(){ public function close(){