diff options
Diffstat (limited to 'primedev/server/auth/serverauthentication.cpp')
-rw-r--r-- | primedev/server/auth/serverauthentication.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/primedev/server/auth/serverauthentication.cpp b/primedev/server/auth/serverauthentication.cpp index 7d656820..d0d4c698 100644 --- a/primedev/server/auth/serverauthentication.cpp +++ b/primedev/server/auth/serverauthentication.cpp @@ -333,6 +333,7 @@ void,, (CBaseClient* self, uint32_t unknownButAlways1, const char* pReason, ...) void ConCommand_ns_resetpersistence(const CCommand& args) { + NOTE_UNUSED(args); if (*g_pServerState == server_state_t::ss_active) { spdlog::error("ns_resetpersistence must be entered from the main menu"); |