diff --git a/src/PacketPool.php b/src/PacketPool.php index 618a436f..10041ffb 100644 --- a/src/PacketPool.php +++ b/src/PacketPool.php @@ -18,7 +18,6 @@ use pocketmine\utils\BinaryDataException; class PacketPool{ - protected static ?PacketPool $instance = null; public static function getInstance() : self{