Skip to content

Commit

Permalink
Typo moment
Browse files Browse the repository at this point in the history
not my fault i just pressed revert

Co-authored-by: DEATHB4DEFEAT <[email protected]>
Signed-off-by: stellar-novas <[email protected]>
  • Loading branch information
stellar-novas and DEATHB4DEFEAT authored Jul 28, 2024
1 parent 8d0aff1 commit b370558
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Content.Server/Remotes/DoorRemoteSystem.cs
Original file line number Diff line number Diff line change
Expand Up @@ -64,8 +64,8 @@ private void OnBeforeInteract(Entity<DoorRemoteComponent> entity, ref BeforeRang
{
case OperatingMode.OpenClose:
// Note we provide args.User here to TryToggleDoor as the "user"
// This means that the door will look at all access items carryed by the player for access, including
// this remote, but also including anything else they are carrying such as a PDA or ID card.
// This means that the door will look at all access items carried by the player for access, including
// this remote, but also including anything else they are carrying such as a PDA or ID card.
if (_doorSystem.TryToggleDoor(args.Target.Value, doorComp, args.User))
_adminLogger.Add(LogType.Action, LogImpact.Medium, $"{ToPrettyString(args.User):player} used {ToPrettyString(args.Used)} on {ToPrettyString(args.Target.Value)}: {doorComp.State}");
break;
Expand Down

0 comments on commit b370558

Please sign in to comment.