mirror of
https://github.com/openmoh/openmohaa.git
synced 2025-04-29 06:07:57 +03:00
g_timescripts misspell
This commit is contained in:
parent
ff3ee39830
commit
2e9ef64bd2
1 changed files with 1 additions and 1 deletions
|
@ -363,7 +363,7 @@ void CVAR_Init(void)
|
|||
|
||||
g_showmem = gi.Cvar_Get("g_showmem", "0", 0);
|
||||
g_timeents = gi.Cvar_Get("g_timeents", "0", 0);
|
||||
g_timescripts = gi.Cvar_Get("g_timesripts", "0", 0);
|
||||
g_timescripts = gi.Cvar_Get("g_timescripts", "0", 0);
|
||||
g_showaxis = gi.Cvar_Get("g_showaxis", "0", 0);
|
||||
g_showplayerstate = gi.Cvar_Get("g_showplayerstate", "0", 0);
|
||||
g_showplayeranim = gi.Cvar_Get("g_showplayeranim", "0", 0);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue