mirror of
https://github.com/Mauler125/r5sdk.git
synced 2025-02-09 19:15:03 +01:00
Add 'sv_clockcorrection_msecs' cvar to SDK
This commit is contained in:
parent
3c36b606f0
commit
e66680881b
@ -105,6 +105,7 @@ ConVar* sv_forceChatToTeamOnly = nullptr;
|
||||
ConVar* sv_single_core_dedi = nullptr;
|
||||
|
||||
ConVar* sv_maxunlag = nullptr;
|
||||
ConVar* sv_clockcorrection_msecs = nullptr;
|
||||
|
||||
ConVar* sv_updaterate_sp = nullptr;
|
||||
ConVar* sv_updaterate_mp = nullptr;
|
||||
@ -519,6 +520,7 @@ void ConVar_InitShipped(void)
|
||||
sv_stats = g_pCVar->FindVar("sv_stats");
|
||||
|
||||
sv_maxunlag = g_pCVar->FindVar("sv_maxunlag");
|
||||
sv_clockcorrection_msecs = g_pCVar->FindVar("sv_clockcorrection_msecs");
|
||||
|
||||
sv_updaterate_sp = g_pCVar->FindVar("sv_updaterate_sp");
|
||||
sv_updaterate_mp = g_pCVar->FindVar("sv_updaterate_mp");
|
||||
|
@ -94,6 +94,7 @@ extern ConVar* sv_forceChatToTeamOnly;
|
||||
extern ConVar* sv_single_core_dedi;
|
||||
|
||||
extern ConVar* sv_maxunlag;
|
||||
extern ConVar* sv_clockcorrection_msecs;
|
||||
|
||||
extern ConVar* sv_updaterate_sp;
|
||||
extern ConVar* sv_updaterate_mp;
|
||||
|
Loading…
x
Reference in New Issue
Block a user