mirror of
https://github.com/pmmp/PocketMine-MP.git
synced 2025-06-27 21:59:52 +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();
|
$this->timings->doTickTiles->stopTiming();
|
||||||
|
|
||||||
if(count($this->changedBlocks) > 0){
|
if(count($this->changedBlocks) > 0){
|
||||||
if(count($this->players) > 5){
|
if(count($this->players) > 0){
|
||||||
foreach($this->changedBlocks as $index => $blocks){
|
foreach($this->changedBlocks as $index => $blocks){
|
||||||
Level::getXZ($index, $X, $Z);
|
Level::getXZ($index, $X, $Z);
|
||||||
if(count($blocks) > 512){
|
if(count($blocks) > 512){
|
||||||
|
Loading…
x
Reference in New Issue
Block a user