mirror of
https://github.com/pmmp/PocketMine-MP.git
synced 2025-07-03 00:29:54 +00:00
RegionLoader: Write location table changes when deleting chunks
This commit is contained in:
parent
41d13b6f06
commit
d080d3bae0
@ -216,6 +216,7 @@ class RegionLoader{
|
|||||||
public function removeChunk(int $x, int $z) : void{
|
public function removeChunk(int $x, int $z) : void{
|
||||||
$index = self::getChunkOffset($x, $z);
|
$index = self::getChunkOffset($x, $z);
|
||||||
$this->locationTable[$index] = new RegionLocationTableEntry(0, 0, 0);
|
$this->locationTable[$index] = new RegionLocationTableEntry(0, 0, 0);
|
||||||
|
$this->writeLocationIndex($index);
|
||||||
}
|
}
|
||||||
|
|
||||||
/**
|
/**
|
||||||
|
Loading…
x
Reference in New Issue
Block a user