From 03de4f9dca969203bee3506ecb91ad56aeac1a82 Mon Sep 17 00:00:00 2001 From: TtroubleTT Date: Thu, 6 Feb 2025 20:10:24 -0800 Subject: [PATCH] npc are in player list --- EXILED/Exiled.API/Features/Player.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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.