diff --git a/EXILED/Exiled.API/Features/Player.cs b/EXILED/Exiled.API/Features/Player.cs
index ada3c952af..498f7c0c1f 100644
--- a/EXILED/Exiled.API/Features/Player.cs
+++ b/EXILED/Exiled.API/Features/Player.cs
@@ -138,7 +138,7 @@ public Player(GameObject gameObject)
///
/// Gets a list of all 's on the server.
///
- public static IReadOnlyCollection List => Dictionary.Values.Where(x => !x.IsNPC).ToList();
+ public static IReadOnlyCollection List => Dictionary.Values.ToList();
///
/// Gets a containing cached and their user ids.