mirror of
https://github.com/pmmp/PocketMine-MP.git
synced 2025-10-16 11:58:00 +00:00
[ci skip] NetworkSession: added some extra TODOs
This commit is contained in:
@@ -864,6 +864,8 @@ class NetworkSession{
|
|||||||
$world = $this->player->getWorld();
|
$world = $this->player->getWorld();
|
||||||
$this->syncWorldTime($world->getTime());
|
$this->syncWorldTime($world->getTime());
|
||||||
$this->syncWorldDifficulty($world->getDifficulty());
|
$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{
|
public function syncWorldTime(int $worldTime) : void{
|
||||||
|
Reference in New Issue
Block a user