do not send chunk updates on chunk generation

This commit is contained in:
Shoghi Cervantes
2014-02-13 01:53:30 +01:00
parent bd73cced6e
commit 4523b15991
2 changed files with 20 additions and 10 deletions

View File

@ -107,7 +107,6 @@ class Level{
if($this->level->isGenerating === false and count($this->changedCount) > 0){
arsort($this->changedCount);
$resendChunks = array();
foreach($this->changedCount as $index => $count){
if($count < 582){//Optimal value, calculated using the relation between minichunks and single packets
break;