Skip to content

Commit

Permalink
Update Locker.cs
Browse files Browse the repository at this point in the history
  • Loading branch information
Rysik5318 committed Dec 27, 2024
1 parent e2dbf19 commit 48e304f
Showing 1 changed file with 0 additions and 9 deletions.
9 changes: 0 additions & 9 deletions EXILED/Exiled.API/Features/Lockers/Locker.cs
Original file line number Diff line number Diff line change
Expand Up @@ -91,15 +91,6 @@ public Locker(BaseLocker locker)
/// </summary>
public IReadOnlyCollection<Chamber> Chambers { get; }

/// <summary>
/// Gets or sets a value indicating whether the locker is currently open.
/// </summary>
public bool IsOpen
{
get => Chambers.First().IsOpen;
set => Chambers.First().IsOpen = value;
}

/// <summary>
/// Gets or sets an id for manipulating opened chambers.
/// </summary>
Expand Down

0 comments on commit 48e304f

Please sign in to comment.