[ci skip] NetworkSession: added some extra TODOs

This commit is contained in:
Dylan K. Taylor 2020-11-16 19:10:27 +00:00
parent 16b71a265f
commit ca6a892834

View File

@ -864,6 +864,8 @@ class NetworkSession{
$world = $this->player->getWorld();
$this->syncWorldTime($world->getTime());
$this->syncWorldDifficulty($world->getDifficulty());
//TODO: weather needs to be synced here (when implemented)
//TODO: world spawn needs to be synced here
}
public function syncWorldTime(int $worldTime) : void{