Skip to content

Commit 73aff4e

Browse files
committed
..
1 parent 3d12235 commit 73aff4e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/entity/Entity.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -738,7 +738,7 @@ protected function doOnFireTick(int $tickDiff = 1) : bool{
738738
}
739739

740740
$world = $this->getWorld();
741-
if($world->isRaining($this->position)){
741+
if($world->isRaining($this->location)){
742742
$this->extinguish(EntityExtinguishEvent::CAUSE_RAIN);
743743
}
744744

0 commit comments

Comments
 (0)