mirror of
https://github.com/pmmp/PocketMine-MP.git
synced 2025-09-03 16:45:13 +00:00
Merge branch 'release/3.5'
This commit is contained in:
@ -41,7 +41,7 @@ class NetworkStackLatencyPacket extends DataPacket{
|
||||
$this->putLLong($this->timestamp);
|
||||
}
|
||||
|
||||
public function handle(SessionHandler $session) : bool{
|
||||
return $session->handleNetworkStackLatency($this);
|
||||
public function handle(SessionHandler $handler) : bool{
|
||||
return $handler->handleNetworkStackLatency($this);
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user