diff --git a/EXILED/Exiled.API/Features/Npc.cs b/EXILED/Exiled.API/Features/Npc.cs index b8efbac0f..121c3e400 100644 --- a/EXILED/Exiled.API/Features/Npc.cs +++ b/EXILED/Exiled.API/Features/Npc.cs @@ -12,6 +12,7 @@ namespace Exiled.API.Features using System.Collections.Generic; using System.Linq; using System.Reflection; + using CentralAuth; using CommandSystem;