fixed the specific if statement called when plant age is under 0 (#25346)

(cherry picked from commit 5b485fedbd6f41ffb82343f1f6cbb7113ce6284f)
This commit is contained in:
Flesh 2024-02-17 18:08:59 +01:00 committed by Debug
parent afcae40a0a
commit 194c9d7755
No known key found for this signature in database
GPG Key ID: 271270A74EF9C350
1 changed files with 1 additions and 0 deletions

View File

@ -621,6 +621,7 @@ public sealed class PlantHolderSystem : EntitySystem
RemovePlant(uid, component);
component.ForceUpdate = true;
Update(uid, component);
return;
}
CheckHealth(uid, component);