Cleanup forensic cleaning (#22715)
* Cleanup forensic cleaning * move cleandelay to new component; buff syndiesoap * updated based on feedback * remove tag
This commit is contained in:
@@ -0,0 +1,7 @@
|
||||
namespace Content.Server.Forensics.Components;
|
||||
|
||||
/// <summary>
|
||||
/// This component is for entities we do not wish to track fingerprints/fibers, like puddles
|
||||
/// </summary>
|
||||
[RegisterComponent]
|
||||
public sealed partial class IgnoresFingerprintsComponent : Component { }
|
||||
Reference in New Issue
Block a user