diff --git a/r5dev/tier1/IConVar.cpp b/r5dev/tier1/IConVar.cpp index 69ba389d..b584090b 100644 --- a/r5dev/tier1/IConVar.cpp +++ b/r5dev/tier1/IConVar.cpp @@ -232,8 +232,8 @@ void ConVar::InitShipped(void) const #if !defined (GAMEDLL_S0) && !defined (GAMEDLL_S1) bhit_enable = g_pCVar->FindVar("bhit_enable"); #endif // !GAMEDLL_S0 && !GAMEDLL_S1 - developer = g_pCVar->FindVar("developer"); #endif // !CLIENT_DLL + developer = g_pCVar->FindVar("developer"); #ifndef DEDICATED cl_threaded_bone_setup = g_pCVar->FindVar("cl_threaded_bone_setup"); #endif // !DEDICATED