Skip to content

Commit

Permalink
fixed the specific if statement called when plant age is under 0 (#25…
Browse files Browse the repository at this point in the history
…346)
  • Loading branch information
PolterTzi authored Feb 17, 2024
1 parent 7d94cc7 commit 5b485fe
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Content.Server/Botany/Systems/PlantHolderSystem.cs
Original file line number Diff line number Diff line change
Expand Up @@ -621,6 +621,7 @@ public void Update(EntityUid uid, PlantHolderComponent? component = null)
RemovePlant(uid, component);
component.ForceUpdate = true;
Update(uid, component);
return;
}

CheckHealth(uid, component);
Expand Down

0 comments on commit 5b485fe

Please sign in to comment.