mirror of
https://github.com/pmmp/PocketMine-MP.git
synced 2025-09-06 17:59:48 +00:00
Fixed Level::getMiniChunk() parameter bug
This commit is contained in:
@ -351,7 +351,7 @@ class Level{
|
||||
if(!isset($this->level)){
|
||||
return false;
|
||||
}
|
||||
return $this->level->getMiniChunk($X, $Z);
|
||||
return $this->level->getMiniChunk($X, $Y, $Z);
|
||||
}
|
||||
|
||||
public function setMiniChunk($X, $Y, $Z, $data){
|
||||
|
Reference in New Issue
Block a user