Time is sent on change

This commit is contained in:
Shoghi Cervantes
2013-06-08 14:19:10 +02:00
parent 16a8566fca
commit bfa65e1e7d
2 changed files with 1 additions and 1 deletions

View File

@ -416,6 +416,7 @@ class Level{
public function setTime($time){
$this->startTime = $this->time = (int) $time;
$this->startCheck = microtime(true);
$this->checkTime();
}
public function getSeed(){