diff options
Diffstat (limited to 'NorthstarDedicatedTest/bansystem.cpp')
-rw-r--r-- | NorthstarDedicatedTest/bansystem.cpp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/NorthstarDedicatedTest/bansystem.cpp b/NorthstarDedicatedTest/bansystem.cpp index 70f4d7db..08115998 100644 --- a/NorthstarDedicatedTest/bansystem.cpp +++ b/NorthstarDedicatedTest/bansystem.cpp @@ -1,13 +1,13 @@ #pragma once #include "pch.h" #include "bansystem.h" -#include "hooks.h" #include "serverauthentication.h" #include "concommand.h" #include "miscserverscript.h" -#include <filesystem> #include "configurables.h" +#include <filesystem> + const char* BANLIST_PATH_SUFFIX = "/banlist.txt"; ServerBanSystem* g_ServerBanSystem; |