Skip to content
This repository was archived by the owner on Feb 8, 2019. It is now read-only.

Commit b2eb8a5

Browse files
committed
Fixes
1 parent a64eeb0 commit b2eb8a5

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/VectorNetworkProject/TheMix/task/BlockReGeneratorTask.php

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -29,6 +29,7 @@ public function onRun(int $currentTick)
2929
{
3030
if (TheMix::getInstance()->getServer()->getLevelByName($this->getBlock()->getLevel()->getName())->getId() === $this->getBlock()->getLevel()->getId()) {
3131
$this->getHandler()->cancel();
32+
3233
return;
3334
}
3435
$this->getBlock()->getLevel()->setBlock($this->getBlock()->asVector3(), $this->block);

0 commit comments

Comments
 (0)