mirror of
https://github.com/pmmp/PocketMine-MP.git
synced 2025-10-16 11:58:00 +00:00
Improved network packets allocation
This commit is contained in:
@@ -23,6 +23,9 @@ namespace pocketmine\network\protocol;
|
||||
|
||||
|
||||
class AddPaintingPacket extends DataPacket{
|
||||
public static $pool = [];
|
||||
public static $next = 0;
|
||||
|
||||
public $eid;
|
||||
public $x;
|
||||
public $y;
|
||||
|
Reference in New Issue
Block a user