mirror of
https://github.com/pmmp/PocketMine-MP.git
synced 2025-06-07 04:17:07 +00:00
ResourcePacksPacketHandler: fixed a mistake from c773e43eda0da159b181ef1c79f29a6c8986e697
fixes #4557 Note: you may need to clear your local pack cache in order to get it working again.
This commit is contained in:
parent
4cb6c7dc1e
commit
d9d37f7fa6
@ -117,7 +117,7 @@ class ResourcePacksPacketHandler extends PacketHandler{
|
|||||||
$pack->getPackSize(),
|
$pack->getPackSize(),
|
||||||
$pack->getSha256(),
|
$pack->getSha256(),
|
||||||
false,
|
false,
|
||||||
ResourcePackType::ADDON //TODO: this might be an addon (not behaviour pack), needed to properly support client-side custom items
|
ResourcePackType::RESOURCES //TODO: this might be an addon (not behaviour pack), needed to properly support client-side custom items
|
||||||
));
|
));
|
||||||
}
|
}
|
||||||
$this->session->getLogger()->debug("Player requested download of " . count($packet->packIds) . " resource packs");
|
$this->session->getLogger()->debug("Player requested download of " . count($packet->packIds) . " resource packs");
|
||||||
|
Loading…
x
Reference in New Issue
Block a user