mirror of
https://github.com/pmmp/PocketMine-MP.git
synced 2025-06-30 15:19:56 +00:00
[ci skip] NetworkSession: added some extra TODOs
This commit is contained in:
parent
16b71a265f
commit
ca6a892834
@ -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{
|
||||
|
Loading…
x
Reference in New Issue
Block a user