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:
SteelT 2024-01-30 00:16:00 +00:00
commit d40097426e

View file

@ -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,