Fixed a bunch of sprites not being removed
This commit is contained in:
@@ -294,9 +294,9 @@ namespace Barotrauma.Items.Components
|
||||
return availablePower;
|
||||
}
|
||||
|
||||
public override void Remove()
|
||||
protected override void RemoveComponentSpecific()
|
||||
{
|
||||
base.Remove();
|
||||
base.RemoveComponentSpecific();
|
||||
|
||||
barrelSprite.Remove();
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user