mirror of
https://github.com/pmmp/PocketMine-MP.git
synced 2025-10-16 11:58:00 +00:00
...
This commit is contained in:
@@ -198,16 +198,8 @@ class NetworkSession{
|
||||
*/
|
||||
private ObjectSet $disposeHooks;
|
||||
|
||||
/**
|
||||
* @var string[]
|
||||
* @phpstan-var array<int, string>
|
||||
*/
|
||||
private array $repeatedPacketFilters = [];
|
||||
/**
|
||||
* @var int[]
|
||||
* @phpstan-var array<int, int>
|
||||
*/
|
||||
private array $repeatedPacketFilterStats = [];
|
||||
private string $noisyPacketBuffer = "";
|
||||
private int $noisyPacketsDropped = 0;
|
||||
|
||||
public function __construct(
|
||||
private Server $server,
|
||||
@@ -496,9 +488,6 @@ class NetworkSession{
|
||||
}
|
||||
}
|
||||
|
||||
private string $noisyPacketBuffer = "";
|
||||
private int $noisyPacketsDropped = 0;
|
||||
|
||||
/**
|
||||
* @throws PacketHandlingException
|
||||
*/
|
||||
|
Reference in New Issue
Block a user