This commit is contained in:
Shoghi Cervantes 2015-03-23 11:15:03 +01:00
parent a6b8170d9c
commit 38f3dda13b

View File

@ -583,7 +583,7 @@ class Level implements ChunkManager, Metadatable{
$this->timings->doTickTiles->stopTiming();
if(count($this->changedBlocks) > 0){
if(count($this->players) > 5){
if(count($this->players) > 0){
foreach($this->changedBlocks as $index => $blocks){
Level::getXZ($index, $X, $Z);
if(count($blocks) > 512){