Merge commit '0d4e473bd'

# Conflicts:
#	resources/vanilla
#	src/pocketmine/Player.php
This commit is contained in:
Dylan K. Taylor 2020-06-03 12:45:28 +01:00
commit 544bcb8f12

View File

@ -46,7 +46,7 @@ use function substr;
* packs to the client. * packs to the client.
*/ */
class ResourcePacksPacketHandler extends PacketHandler{ class ResourcePacksPacketHandler extends PacketHandler{
private const PACK_CHUNK_SIZE = 1048576; //1MB private const PACK_CHUNK_SIZE = 128 * 1024; //128KB
/** @var NetworkSession */ /** @var NetworkSession */
private $session; private $session;