Skip to content

Commit

Permalink
we're not syncing this over the network anymore
Browse files Browse the repository at this point in the history
  • Loading branch information
dktapps committed Dec 19, 2024
1 parent 33a9138 commit 0be33c6
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/entity/object/AreaEffectCloud.php
Original file line number Diff line number Diff line change
Expand Up @@ -347,7 +347,6 @@ protected function entityBaseTick(int $tickDiff = 1) : bool{
return true;
}
$this->nextUpdateAge = $this->age + self::UPDATE_DELAY;
$this->networkPropertiesDirty = true;

foreach($this->victims as $entityId => $expiration){
if($this->age >= $expiration){
Expand Down

0 comments on commit 0be33c6

Please sign in to comment.