mirror of
https://github.com/pmmp/PocketMine-MP.git
synced 2025-05-13 09:19:42 +00:00
Merge commit '0d4e473bd'
# Conflicts: # resources/vanilla # src/pocketmine/Player.php
This commit is contained in:
commit
544bcb8f12
@ -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;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user