Skip to content

Commit 9f5ced2

Browse files
committed
Cs
1 parent 961dbd0 commit 9f5ced2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/block/Magma.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ public function hasEntityCollision() : bool{
3838
return true;
3939
}
4040

41-
public function onEntityCollide(Entity $entity): void{
41+
public function onEntityCollide(Entity $entity) : void{
4242
if($entity instanceof Living && !$entity->isSneaking()){
4343
$ev = new EntityDamageByBlockEvent($this, $entity, EntityDamageEvent::CAUSE_FIRE, 1);
4444
$entity->attack($ev);

0 commit comments

Comments
 (0)