Skip to content

Commit

Permalink
Mimimi warnings
Browse files Browse the repository at this point in the history
  • Loading branch information
SrLicht committed Aug 28, 2024
1 parent b9aa59e commit 96805e3
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
2 changes: 1 addition & 1 deletion EXILED/Exiled.API/Enums/LockerType.cs
Original file line number Diff line number Diff line change
Expand Up @@ -45,6 +45,6 @@ public enum LockerType
/// <summary>
/// Unknow type of locker.
/// </summary>
Unknow
Unknow,
}
}
1 change: 0 additions & 1 deletion EXILED/Exiled.API/Features/SupplyLocker.cs
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,6 @@ internal SupplyLocker(Locker locker)
/// </summary>
public Locker Base { get; }


/// <summary>
/// Gets the <see cref="LockerType"/> of the <see cref="SupplyLocker"/>.
/// </summary>
Expand Down

0 comments on commit 96805e3

Please sign in to comment.