mirror of
https://github.com/rehlds/rehlds.git
synced 2024-12-29 08:05:50 +03:00
Update cvar.cpp
This commit is contained in:
parent
61afe7a7b9
commit
310e963a38
@ -586,7 +586,7 @@ void Cmd_CvarList_f(void)
|
||||
{
|
||||
// Open log
|
||||
int i;
|
||||
for (i = 0; i < MAX_CVARLIST_FILES; i++)
|
||||
for (i = 0; i < MAX_CVARLIST_FILES; i++)
|
||||
{
|
||||
Q_snprintf(szTemp, ARRAYSIZE(szTemp) - 1, "cvarlist%02d.txt", i);
|
||||
szTemp[ARRAYSIZE(szTemp) - 1] = 0;
|
||||
|
Loading…
Reference in New Issue
Block a user