From 96805e39f18974103e0858d0c647cc2dd1716b4c Mon Sep 17 00:00:00 2001 From: SrLicht Date: Mon, 26 Aug 2024 20:46:39 -0300 Subject: [PATCH] Mimimi warnings --- EXILED/Exiled.API/Enums/LockerType.cs | 2 +- EXILED/Exiled.API/Features/SupplyLocker.cs | 1 - 2 files changed, 1 insertion(+), 2 deletions(-) diff --git a/EXILED/Exiled.API/Enums/LockerType.cs b/EXILED/Exiled.API/Enums/LockerType.cs index 7b65dfd182..d960514ace 100644 --- a/EXILED/Exiled.API/Enums/LockerType.cs +++ b/EXILED/Exiled.API/Enums/LockerType.cs @@ -45,6 +45,6 @@ public enum LockerType /// /// Unknow type of locker. /// - Unknow + Unknow, } } diff --git a/EXILED/Exiled.API/Features/SupplyLocker.cs b/EXILED/Exiled.API/Features/SupplyLocker.cs index e72deb7b7d..b3bdd538ad 100644 --- a/EXILED/Exiled.API/Features/SupplyLocker.cs +++ b/EXILED/Exiled.API/Features/SupplyLocker.cs @@ -52,7 +52,6 @@ internal SupplyLocker(Locker locker) /// public Locker Base { get; } - /// /// Gets the of the . ///