Skip to content
This repository was archived by the owner on Dec 12, 2022. It is now read-only.

Commit a2564f9

Browse files
committed
merge
2 parents 0b48c4e + 679c700 commit a2564f9

1 file changed

Lines changed: 0 additions & 1 deletion

File tree

src/jossc/volcano/entity/CustomFallingWoolBlock.php

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,6 @@ protected function initEntity(): void {
1212
$this->block = BlockFactory::get(Block::WOOL, rand(0, 15));
1313

1414
$this->propertyManager->setInt(self::DATA_VARIANT, $this->block->getRuntimeId());
15-
1615
$this->setForceMovementUpdate(true);
1716
$this->setCanSaveWithChunk(false);
1817
}

0 commit comments

Comments
 (0)