diff options
Diffstat (limited to 'NorthstarDLL/bansystem.cpp')
-rw-r--r-- | NorthstarDLL/bansystem.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/NorthstarDLL/bansystem.cpp b/NorthstarDLL/bansystem.cpp index b96e69e3..df98464e 100644 --- a/NorthstarDLL/bansystem.cpp +++ b/NorthstarDLL/bansystem.cpp @@ -4,7 +4,7 @@ #include "concommand.h" #include "miscserverscript.h" #include <filesystem> -#include "configurables.h" +#include "nsprefix.h" #include <ctime> const char* BANLIST_PATH_SUFFIX = "/banlist.txt"; |