Conditions | 2 |
Paths | 2 |
Total Lines | 9 |
Lines | 0 |
Ratio | 0 % |
Changes | 0 |
1 | <?php |
||
28 | public function onRun(int $currentTick) |
||
29 | { |
||
30 | if (TheMix::getInstance()->getServer()->getLevelByName($this->getBlock()->getLevel()->getName())->getId() !== $this->getBlock()->getLevel()->getId()) { |
||
31 | $this->getHandler()->cancel(); |
||
32 | |||
33 | return; |
||
34 | } |
||
35 | $this->getBlock()->getLevel()->setBlock($this->getBlock()->asVector3(), $this->block); |
||
36 | } |
||
37 | |||
46 |