Fixed Level PMF

This commit is contained in:
Shoghi Cervantes
2013-06-07 16:42:31 +02:00
parent afbde5c7ac
commit 6a13705970
2 changed files with 2 additions and 2 deletions

View File

@@ -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]);
}
}