diff options
Diffstat (limited to 'NorthstarDLL/bansystem.h')
-rw-r--r-- | NorthstarDLL/bansystem.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/NorthstarDLL/bansystem.h b/NorthstarDLL/bansystem.h index b4238982..0d21aaa5 100644 --- a/NorthstarDLL/bansystem.h +++ b/NorthstarDLL/bansystem.h @@ -15,4 +15,4 @@ class ServerBanSystem bool IsUIDAllowed(uint64_t uid);
};
-extern ServerBanSystem* g_ServerBanSystem;
+extern ServerBanSystem* g_pServerBanSystem;
|