mirror of
https://github.com/pmmp/PocketMine-MP.git
synced 2025-06-18 01:14:10 +00:00
Fixed build
This commit is contained in:
parent
06f20234f7
commit
9137666952
@ -916,12 +916,12 @@ class NetworkSession{
|
|||||||
if(!$this->isConnected()){
|
if(!$this->isConnected()){
|
||||||
return;
|
return;
|
||||||
}
|
}
|
||||||
$currentWorld->timings->syncChunkSend->startTiming();
|
$world->timings->syncChunkSend->startTiming();
|
||||||
try{
|
try{
|
||||||
$this->queueCompressed($promise);
|
$this->queueCompressed($promise);
|
||||||
$onCompletion();
|
$onCompletion();
|
||||||
}finally{
|
}finally{
|
||||||
$currentWorld->timings->syncChunkSend->stopTiming();
|
$world->timings->syncChunkSend->stopTiming();
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
);
|
);
|
||||||
|
Loading…
x
Reference in New Issue
Block a user