From 38f3dda13bbf7982bdcdc7630ef46e9fcb2266eb Mon Sep 17 00:00:00 2001 From: Shoghi Cervantes Date: Mon, 23 Mar 2015 11:15:03 +0100 Subject: [PATCH] Oops! --- src/pocketmine/level/Level.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/pocketmine/level/Level.php b/src/pocketmine/level/Level.php index 9f3eaf85cb..2687f8ed2f 100644 --- a/src/pocketmine/level/Level.php +++ b/src/pocketmine/level/Level.php @@ -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){