mirror of
https://github.com/pmmp/PocketMine-MP.git
synced 2025-06-27 13:49:55 +00:00
Oops!
This commit is contained in:
parent
a6b8170d9c
commit
38f3dda13b
@ -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){
|
||||
|
Loading…
x
Reference in New Issue
Block a user