Fixed Level::nextSave

This commit is contained in:
Shoghi Cervantes Pueyo
2013-05-16 17:07:28 +02:00
parent 9a3f887f44
commit 3cc4546f93
2 changed files with 41 additions and 38 deletions

View File

@ -158,7 +158,7 @@ class Level{
$this->level->setData("time", (int) $this->time);
$this->level->doSaveRound();
$this->level->saveData();
$this->lastSave = microtime(true) + 90;
$this->nextSave = microtime(true) + 90;
}
public function getBlock(Vector3 $pos){