mirror of
https://github.com/KartKrewDev/RingRacers.git
synced 2026-02-24 14:31:02 +00:00
Merge branch 'fix-ms-debuglog-option' into 'master'
Fix MS debug log menu option changing wrong cvar See merge request KartKrew/Kart!1887
This commit is contained in:
commit
d40097426e
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