Skip to content

Commit

Permalink
commiting a single whitespace so i dont get executed
Browse files Browse the repository at this point in the history
  • Loading branch information
WarMechanic committed Jul 8, 2024
1 parent f636364 commit ab7a83e
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Content.Server/Forensics/Systems/ForensicsSystem.cs
Original file line number Diff line number Diff line change
Expand Up @@ -50,6 +50,7 @@ private void OnFiberInit(EntityUid uid, FiberComponent component, MapInitEvent a
component.Fiberprint = GenerateFingerprint(length: 7);
}
// End of DeltaV code

private void OnFingerprintInit(EntityUid uid, FingerprintComponent component, MapInitEvent args)
{
component.Fingerprint = GenerateFingerprint();
Expand Down

0 comments on commit ab7a83e

Please sign in to comment.