mirror of
https://github.com/pmmp/PocketMine-MP.git
synced 2025-04-23 00:55:57 +00:00
Remove unused variable
This commit is contained in:
parent
a223d1cbf3
commit
49cf009017
@ -912,7 +912,7 @@ class NetworkSession{
|
||||
ChunkCache::getInstance($world, $this->compressor)->request($chunkX, $chunkZ)->onResolve(
|
||||
|
||||
//this callback may be called synchronously or asynchronously, depending on whether the promise is resolved yet
|
||||
function(CompressBatchPromise $promise) use ($world, $chunkX, $chunkZ, $onCompletion) : void{
|
||||
function(CompressBatchPromise $promise) use ($chunkX, $chunkZ, $onCompletion) : void{
|
||||
if(!$this->isConnected()){
|
||||
return;
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user