Skip to content

Commit

Permalink
Update HealthAnalyzerSystem.cs убираю дубликаты в коде
Browse files Browse the repository at this point in the history
  • Loading branch information
Schrodinger71 authored Sep 20, 2024
1 parent 26d20a2 commit cef027d
Showing 1 changed file with 0 additions and 9 deletions.
9 changes: 0 additions & 9 deletions Content.Server/Medical/HealthAnalyzerSystem.cs
Original file line number Diff line number Diff line change
Expand Up @@ -92,15 +92,6 @@ private void OnAfterInteract(Entity<HealthAnalyzerComponent> uid, ref AfterInter
BreakOnMove = true,
});

if (args.Target == args.User || doAfterCancelled)
return;

if (args.Target == args.User || doAfterCancelled || uid.Comp.Silent)
return;

if (args.Target == args.User || doAfterCancelled || uid.Comp.Silent)
return;

if (args.Target == args.User || doAfterCancelled || uid.Comp.Silent)
return;

Expand Down

0 comments on commit cef027d

Please sign in to comment.