Merge pull request #3423 from willowmaster66/willowmaster66-patch-1

Block cache not cleared with a call to clearcache
This commit is contained in:
Michael Yoo 2015-08-31 21:43:03 +09:30
commit 66b86c3685

View File

@ -855,7 +855,7 @@ class Level implements ChunkManager, Metadatable{
}
if(count($this->blockCache) > 2048){
$this->chunkCache = [];
$this->blockCache = [];
}
}