mirror of
https://github.com/pmmp/PocketMine-MP.git
synced 2025-09-08 10:53:05 +00:00
Protocol changes for 1.6.0.5, minus Entity->Actor rename
This commit is contained in:
@ -70,6 +70,7 @@ class ResourcePacksInfoPacket extends DataPacket{
|
||||
$this->putLLong($entry->getPackSize());
|
||||
$this->putString(""); //TODO: encryption key
|
||||
$this->putString(""); //TODO: subpack name
|
||||
$this->putString(""); //TODO: content identity
|
||||
}
|
||||
$this->putLShort(count($this->resourcePackEntries));
|
||||
foreach($this->resourcePackEntries as $entry){
|
||||
@ -78,6 +79,7 @@ class ResourcePacksInfoPacket extends DataPacket{
|
||||
$this->putLLong($entry->getPackSize());
|
||||
$this->putString(""); //TODO: encryption key
|
||||
$this->putString(""); //TODO: subpack name
|
||||
$this->putString(""); //TODO: content identity
|
||||
}
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user