diff --git a/src/Player.php b/src/Player.php index 85381f32e..16c5d3b68 100644 --- a/src/Player.php +++ b/src/Player.php @@ -883,6 +883,8 @@ class Player{ case MC_SET_HEALTH: continue; } + }elseif(($p["counter"] - $this->receiveCount) > 16){ + continue; } } $this->handleDataPacket($p["id"], $p);