mirror of
https://github.com/Mauler125/r5sdk.git
synced 2025-02-09 19:15:03 +01:00
Register ConCommands as early as possible
This commit is contained in:
parent
f418d36e1b
commit
df3bfafce6
@ -27,8 +27,6 @@ void __fastcall HFrameStageNotify(CHLClient* rcx, ClientFrameStage_t frameStage)
|
||||
#ifdef GAMEDLL_S3
|
||||
g_pConVar->ClearHostNames();
|
||||
#endif // GAMEDLL_S3
|
||||
|
||||
g_pConCommand->Init();
|
||||
CKeyValueSystem_Init();
|
||||
|
||||
if (!g_pCmdLine->CheckParm("-devsdk"))
|
||||
|
@ -130,10 +130,8 @@ void HCHostState_FrameUpdate(void* rcx, void* rdx, float time)
|
||||
static bool bInitialized = false;
|
||||
if (!bInitialized)
|
||||
{
|
||||
g_pConCommand->Init();
|
||||
g_pConVar->ClearHostNames();
|
||||
|
||||
|
||||
if (!g_pCmdLine->CheckParm("-devsdk"))
|
||||
{
|
||||
IVEngineClient_CommandExecute(NULL, "exec autoexec.cfg");
|
||||
|
@ -22,6 +22,8 @@ bool HIApplication_Create(void* a1)
|
||||
// Also add cross-season support?
|
||||
* (uintptr_t*)0x162C61208 = 0x1; // g_bDedicated
|
||||
#endif // DEDICATED
|
||||
g_pConCommand->Init();
|
||||
|
||||
for (auto& map : g_pCVar->DumpToMap())
|
||||
{
|
||||
g_vsvAllConVars.push_back(map.first.c_str());
|
||||
|
Loading…
x
Reference in New Issue
Block a user