From a7961101654c64e843bb573aac20867a1d10a2a2 Mon Sep 17 00:00:00 2001 From: Mario Date: Sun, 15 Nov 2015 15:19:07 +1000 Subject: [PATCH] Revert an unintentional change, fixes potential purity issues --- qcsrc/menu/xonotic/serverlist.qc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/qcsrc/menu/xonotic/serverlist.qc b/qcsrc/menu/xonotic/serverlist.qc index 3819036ad..a06349cec 100644 --- a/qcsrc/menu/xonotic/serverlist.qc +++ b/qcsrc/menu/xonotic/serverlist.qc @@ -1096,7 +1096,7 @@ void XonoticServerList_drawListBoxItem(entity me, int i, vector absSize, bool is if(modname != "cts") if(modname != "nix") if(modname != "newtoys") - pure = false; + pure_available = false; if(gethostcachenumber(SLIST_FIELD_FREESLOTS, i) <= 0) theAlpha = SKINALPHA_SERVERLIST_FULL; -- 2.39.2