Skip to content

Commit c02612a

Browse files
author
deltanedas
committed
:trollface:
1 parent 0da4adc commit c02612a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Content.Server/DeltaV/StationEvents/Events/FugitiveRule.cs

+1-1
Original file line numberDiff line numberDiff line change
@@ -149,7 +149,7 @@ private FormattedMessage GenerateReport(EntityUid uid, FugitiveRuleComponent rul
149149

150150
private string GetDNA(EntityUid uid)
151151
{
152-
return CompOrNull<DnaComponent>(uid, out var dna)?.DNA ?? "?";
152+
return CompOrNull<DnaComponent>(uid)?.DNA ?? "?";
153153
}
154154

155155
private string GetPrints(EntityUid uid)

0 commit comments

Comments
 (0)