fixed the specific if statement called when plant age is under 0 (#25346)
This commit is contained in:
@@ -621,6 +621,7 @@ public sealed class PlantHolderSystem : EntitySystem
|
||||
RemovePlant(uid, component);
|
||||
component.ForceUpdate = true;
|
||||
Update(uid, component);
|
||||
return;
|
||||
}
|
||||
|
||||
CheckHealth(uid, component);
|
||||
|
||||
Reference in New Issue
Block a user