mirror of
https://github.com/KartKrewDev/RingRacers.git
synced 2026-04-05 09:46:40 +00:00
Fix MS debug log menu option changing wrong cvar
This commit is contained in:
parent
9e26697e11
commit
e057a5234f
1 changed files with 1 additions and 1 deletions
|
|
@ -13,7 +13,7 @@ menuitem_t OPTIONS_ServerAdvanced[] =
|
|||
NULL, {.cvar = &cv_masterserver}, 0, 0},
|
||||
|
||||
{IT_STRING | IT_CVAR, "Debug Log", "Save technical info about communication with the Master Server.",
|
||||
NULL, {.cvar = &cv_noticedownload}, 0, 0},
|
||||
NULL, {.cvar = &cv_masterserver_debug}, 0, 0},
|
||||
|
||||
|
||||
{IT_HEADER, "Network Connection", NULL,
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue