diff options
Diffstat (limited to 'NorthstarDLL/bansystem.h')
-rw-r--r-- | NorthstarDLL/bansystem.h | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/NorthstarDLL/bansystem.h b/NorthstarDLL/bansystem.h index 3b6ae587..6f180126 100644 --- a/NorthstarDLL/bansystem.h +++ b/NorthstarDLL/bansystem.h @@ -16,6 +16,4 @@ class ServerBanSystem bool IsUIDAllowed(uint64_t uid); }; -extern ServerBanSystem* g_ServerBanSystem; - -void InitialiseBanSystem(HMODULE baseAddress); +extern ServerBanSystem* g_pBanSystem; |