diff --git a/r5dev/tier0/dbg.cpp b/r5dev/tier0/dbg.cpp index c18e4ff4..8fde796c 100644 --- a/r5dev/tier0/dbg.cpp +++ b/r5dev/tier0/dbg.cpp @@ -219,6 +219,7 @@ bool LoggedFromClient(eDLL_T context) || context == eDLL_T::UI || context == eDLL_T::SCRIPT_UI || context == eDLL_T::NETCON); #else + NOTE_UNUSED(context); return false; #endif // !DEDICATED }