mirror of
https://github.com/pmmp/PocketMine-MP.git
synced 2025-09-08 19:02:59 +00:00
Added new packets
This commit is contained in:
@ -26,7 +26,7 @@ class ResourcePackInfoEntry{
|
||||
protected $version;
|
||||
protected $packSize;
|
||||
|
||||
public function __construct(string $packId, string $version, $packSize){
|
||||
public function __construct(string $packId, string $version, $packSize = 0){
|
||||
$this->packId = $packId;
|
||||
$this->version = $version;
|
||||
$this->packSize = $packSize;
|
||||
|
Reference in New Issue
Block a user