mirror of
https://github.com/Mauler125/r5sdk.git
synced 2025-02-09 19:15:03 +01:00
Strip all dev flags from convars on dedi as well when '-devsdk' is passed
This commit is contained in:
parent
3c3da82154
commit
357e8640b0
@ -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*));
|
||||
|
Loading…
x
Reference in New Issue
Block a user