mirror of
https://github.com/pmmp/PocketMine-MP.git
synced 2025-09-05 01:16:15 +00:00
strip extra blank lines (php-cs-fixer)
This commit is contained in:
@ -57,7 +57,6 @@ class ResourcePacksPacketHandler extends PacketHandler{
|
||||
/** @var bool[][] uuid => [chunk index => hasSent] */
|
||||
private $downloadedChunks = [];
|
||||
|
||||
|
||||
public function __construct(NetworkSession $session, ResourcePackManager $resourcePackManager){
|
||||
$this->session = $session;
|
||||
$this->resourcePackManager = $resourcePackManager;
|
||||
|
Reference in New Issue
Block a user