From 357e8640b0ebf463d9ebc0f57cb390d583a6c94e Mon Sep 17 00:00:00 2001 From: Kawe Mazidjatari <48657826+Mauler125@users.noreply.github.com> Date: Wed, 17 Aug 2022 02:02:44 +0200 Subject: [PATCH] Strip all dev flags from convars on dedi as well when '-devsdk' is passed --- r5dev/launcher/IApplication.cpp | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/r5dev/launcher/IApplication.cpp b/r5dev/launcher/IApplication.cpp index ce2f2fe6..fcd345a0 100644 --- a/r5dev/launcher/IApplication.cpp +++ b/r5dev/launcher/IApplication.cpp @@ -67,12 +67,11 @@ bool CModAppSystemGroup::Create(CModAppSystemGroup* pModAppSystemGroup) g_pConsole->m_vsvCommandBases.push_back( CSuggest(map.first, map.second->GetFlags())); } +#endif // !DEDICATED if (CommandLine()->CheckParm("-devsdk")) { cv->EnableDevCvars(); } - -#endif // !DEDICATED if (pModAppSystemGroup->IsServerOnly()) { memset(gHLClient, '\0', sizeof(void*));