mirror of
https://github.com/pmmp/PocketMine-MP.git
synced 2025-09-07 10:22:56 +00:00
PMF & Multiworld [part 3]
This commit is contained in:
@ -97,7 +97,7 @@ class Level{
|
||||
}
|
||||
|
||||
public function getOrderedMiniChunk($X, $Z, $Y, $MTU){
|
||||
$raw = $this->map->getMiniChunk($X, $Z, $Y);
|
||||
$raw = $this->level->getMiniChunk($X, $Z, $Y);
|
||||
$ordered = array();
|
||||
$i = 0;
|
||||
$ordered[$i] = "";
|
||||
|
Reference in New Issue
Block a user