mirror of
https://github.com/pmmp/PocketMine-MP.git
synced 2025-10-17 04:06:54 +00:00
Fixed Level PMF
This commit is contained in:
@@ -847,7 +847,7 @@ class Player{
|
||||
if($diff > 16 and $d["sendtime"] < $limit){
|
||||
$this->directDataPacket($d["id"], $d, $d["pid"]);
|
||||
++$this->packetStats[1];
|
||||
$this->lag[] = microtime(true) - $this->recovery[$count]["sendtime"];
|
||||
$this->lag[] = microtime(true) - $d["sendtime"];
|
||||
unset($this->recovery[$count]);
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user