diff --git a/RemoteKeycard/API/Extensions/PlayerExtensions.cs b/RemoteKeycard/API/Extensions/PlayerExtensions.cs
index 5162ada..f1738ab 100644
--- a/RemoteKeycard/API/Extensions/PlayerExtensions.cs
+++ b/RemoteKeycard/API/Extensions/PlayerExtensions.cs
@@ -1,11 +1,8 @@
-using System;
-using System.Linq;
+using System.Linq;
using CustomPlayerEffects;
-using Exiled.API.Extensions;
using Exiled.API.Features;
using Exiled.API.Features.Items;
using Interactables.Interobjects.DoorUtils;
-using ExiledPermissions = Exiled.API.Enums.KeycardPermissions;
namespace RemoteKeycard.API.Extensions
{
@@ -19,7 +16,7 @@ public static class PlayerExtensions
///
/// trying to interact.
/// The permission that's gonna be searched for.
- /// Whether the player has the requiered keycard.
+ /// Whether the player has the required keycard.
public static bool HasKeycardPermission(this Player player, KeycardPermissions permissions)
{
if(RemoteKeycard.Instance.Config.AmnesiaMatters && player.GetEffectActive())