Strip all dev flags from convars on dedi as well when '-devsdk' is passed

This commit is contained in:
Kawe Mazidjatari 2022-08-17 02:02:44 +02:00
parent 3c3da82154
commit 357e8640b0

View File

@ -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*));