mirror of
https://github.com/pmmp/PocketMine-MP.git
synced 2025-09-06 17:59:48 +00:00
Time is sent on change
This commit is contained in:
@ -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(){
|
||||
|
Reference in New Issue
Block a user