mirror of
https://github.com/pmmp/PocketMine-MP.git
synced 2025-09-06 09:56:06 +00:00
Improved network packets allocation
This commit is contained in:
@ -25,6 +25,9 @@ namespace pocketmine\network\protocol;
|
||||
use pocketmine\level\Level;
|
||||
|
||||
class SetTimePacket extends DataPacket{
|
||||
public static $pool = [];
|
||||
public static $next = 0;
|
||||
|
||||
public $time;
|
||||
public $started = true;
|
||||
|
||||
|
Reference in New Issue
Block a user