mirror of
https://github.com/pmmp/PocketMine-MP.git
synced 2025-05-10 15:59:39 +00:00
Level: remove unused variable
This commit is contained in:
parent
c9f9f551f4
commit
8387c08db2
@ -2631,7 +2631,7 @@ class Level implements ChunkManager, Metadatable{
|
||||
}
|
||||
|
||||
private function queueUnloadChunk(int $x, int $z){
|
||||
$this->unloadQueue[$index = Level::chunkHash($x, $z)] = microtime(true);
|
||||
$this->unloadQueue[Level::chunkHash($x, $z)] = microtime(true);
|
||||
}
|
||||
|
||||
public function unloadChunkRequest(int $x, int $z, bool $safe = true){
|
||||
|
Loading…
x
Reference in New Issue
Block a user