always the CS...

This commit is contained in:
Dylan K. Taylor
2023-04-10 13:56:53 +01:00
parent 24374297e7
commit 017fcde6aa
2 changed files with 2 additions and 4 deletions

View File

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