Added new packets

This commit is contained in:
Dylan K. Taylor
2017-02-24 17:25:40 +00:00
parent 0cd1e82c52
commit eb13cec5d0
7 changed files with 126 additions and 3 deletions

View File

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