mirror of
https://github.com/pmmp/PocketMine-MP.git
synced 2025-09-06 01:46:04 +00:00
Rename Chunk::getSubChunkChecked() -> getSubChunk()
This commit is contained in:
@ -77,7 +77,7 @@ class SubChunkExplorer{
|
||||
return SubChunkExplorerStatus::INVALID;
|
||||
}
|
||||
|
||||
$this->currentSubChunk = $this->currentChunk->getSubChunkChecked($y >> 4);
|
||||
$this->currentSubChunk = $this->currentChunk->getSubChunk($y >> 4);
|
||||
if($this->onSubChunkChangeFunc !== null){
|
||||
($this->onSubChunkChangeFunc)();
|
||||
}
|
||||
|
Reference in New Issue
Block a user