mirror of
https://github.com/pmmp/PocketMine-MP.git
synced 2025-09-04 00:55:14 +00:00
always the CS...
This commit is contained in:
@ -24,6 +24,7 @@ declare(strict_types=1);
|
||||
namespace pocketmine\network\mcpe;
|
||||
|
||||
use pocketmine\network\PacketHandlingException;
|
||||
use function hrtime;
|
||||
use function intdiv;
|
||||
use function min;
|
||||
|
||||
@ -77,4 +78,4 @@ final class PacketRateLimiter{
|
||||
$this->lastUpdateTimeNs = $nowNs;
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user