aboutsummaryrefslogtreecommitdiff
path: root/primedev/server/auth/bansystem.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'primedev/server/auth/bansystem.cpp')
-rw-r--r--primedev/server/auth/bansystem.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/primedev/server/auth/bansystem.cpp b/primedev/server/auth/bansystem.cpp
index 59bb6067..20c07844 100644
--- a/primedev/server/auth/bansystem.cpp
+++ b/primedev/server/auth/bansystem.cpp
@@ -213,6 +213,7 @@ void ConCommand_unban(const CCommand& args)
void ConCommand_clearbanlist(const CCommand& args)
{
+ NOTE_UNUSED(args);
g_pBanSystem->ClearBanlist();
}