X-Git-Url: https://git.xonotic.org/?a=blobdiff_plain;f=qcsrc%2Fmenu%2Fxonotic%2Fcvarlist.qc;h=85cf3254caee1eb76a4f15ab50be4b15c97649af;hb=07bbfa46e816c94bd63a2af533c4a2a31e0078a5;hp=9587d5432d83c7ebc80dcbac53a26dfc0af370e8;hpb=7e5268799e95d0dd6f2b77ed4e097b0adc755f2b;p=xonotic%2Fxonotic-data.pk3dir.git diff --git a/qcsrc/menu/xonotic/cvarlist.qc b/qcsrc/menu/xonotic/cvarlist.qc index 9587d5432..85cf3254c 100644 --- a/qcsrc/menu/xonotic/cvarlist.qc +++ b/qcsrc/menu/xonotic/cvarlist.qc @@ -23,7 +23,7 @@ void CvarList_Load(entity me, string filter) if(me.handle < 0) return; - buf_cvarlist(me.handle, filter, "_"); + buf_cvarlist(me.handle, filter, "_"); // cvars starting with "_" are excluded me.nItems = buf_getsize(me.handle); if(autocvar_menu_cvarlist_onlymodified) {