Skip to content

Commit

Permalink
Apply suggestions from code review
Browse files Browse the repository at this point in the history
Co-authored-by: FN <[email protected]>
  • Loading branch information
AwareFoxy and FireNameFN authored Dec 2, 2024
1 parent 1ca50ba commit 9f4611b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Content.Server/Doors/Systems/DoorSystem.cs
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ private void OnBoltPowerChanged(Entity<DoorBoltComponent> ent, ref PowerChangedE
UpdateBoltLightStatus(ent);
}

// Corvax-Next-DoorForensics start
// Corvax-Next-DoorForensics-Start
public override void StartOpening(EntityUid uid, DoorComponent? door = null, EntityUid? user = null, bool predicted = false)
{
base.StartOpening(uid, door, user, predicted);
Expand All @@ -69,5 +69,5 @@ public override void StartClosing(EntityUid uid, DoorComponent? door = null, Ent
if (user.HasValue)
_forensicsSystem.ApplyEvidence(user.Value, uid);
}
// Corvax-Next-DoorForensics end
// Corvax-Next-DoorForensics-End
}

0 comments on commit 9f4611b

Please sign in to comment.