Changed chunk-sending.per-second to chunk-sending.per-tick

This commit is contained in:
Shoghi Cervantes
2014-06-22 15:46:42 +02:00
parent bf49cafeae
commit 21f764590b
5 changed files with 51 additions and 53 deletions

View File

@@ -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;