Moved CrewManager & HireManager to a separate single player GameMode, bleeding decreases health
This commit is contained in:
@@ -242,7 +242,7 @@ namespace Subsurface
|
||||
if (children.Contains(child)) children.Remove(child);
|
||||
}
|
||||
|
||||
public void ClearChildren()
|
||||
public virtual void ClearChildren()
|
||||
{
|
||||
children.Clear();
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user