mirror of
https://github.com/Mauler125/r5sdk.git
synced 2025-09-17 15:27:25 +02:00
Register ConCommands as early as possible
This commit is contained in:
@@ -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());
|
||||
|
Reference in New Issue
Block a user