mirror of
https://github.com/pmmp/PocketMine-MP.git
synced 2025-09-06 09:56:06 +00:00
do not send chunk updates on chunk generation
This commit is contained in:
@ -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;
|
||||
|
Reference in New Issue
Block a user