mirror of
https://github.com/pmmp/PocketMine-MP.git
synced 2025-10-18 20:14:31 +00:00
Changed chunk-sending.per-second to chunk-sending.per-tick
This commit is contained in:
@@ -931,7 +931,7 @@ abstract class Entity extends Position implements Metadatable{
|
||||
$this->airTicks = 300;
|
||||
$this->fallDistance = 0;
|
||||
$this->orderChunks();
|
||||
$this->sendNextChunk();
|
||||
$this->chunkLoadTask->setNextRun(0);
|
||||
$this->forceMovement = $pos;
|
||||
|
||||
$pk = new MovePlayerPacket;
|
||||
|
Reference in New Issue
Block a user