From b0416c734089a20d6b0bdd92c9029aaf6b038d1b Mon Sep 17 00:00:00 2001 From: NotZer0Two Date: Wed, 21 Aug 2024 09:54:47 +0200 Subject: [PATCH] Fix Build Error --- EXILED/Exiled.API/Features/Npc.cs | 1 + 1 file changed, 1 insertion(+) 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;