X-Git-Url: http://git.xonotic.org/?a=blobdiff_plain;f=qcsrc%2Fmenu%2Fxonotic%2Fserverlist.qc;fp=qcsrc%2Fmenu%2Fxonotic%2Fserverlist.qc;h=7d5d21e30df9c2653f448cced6b08c18d141fb43;hb=e732af6fdb5d782930aabfbc82e2caaa797487a9;hp=38678a8687155ae40159b7694584d574feb957bd;hpb=3c0a95a4458e3f6a1fb9b5ae0d2e307590a8ae4e;p=xonotic%2Fxonotic-data.pk3dir.git diff --git a/qcsrc/menu/xonotic/serverlist.qc b/qcsrc/menu/xonotic/serverlist.qc index 38678a868..7d5d21e30 100644 --- a/qcsrc/menu/xonotic/serverlist.qc +++ b/qcsrc/menu/xonotic/serverlist.qc @@ -1038,17 +1038,9 @@ void XonoticServerList_drawListBoxItem(entity me, int i, vector absSize, bool is if(sflags >= 0 && (sflags & SERVERFLAG_PLAYERSTATS)) { if (sflags & SERVERFLAG_PLAYERSTATS_CUSTOM) - { - draw_Picture(iconPos, "icon_mod_", iconSize, '1 1 1', 1); // TODO: icon - } + draw_Picture(iconPos, "icon_mod_", iconSize, '1 1 1', 1); // TODO: custom stats server icon else - { draw_Picture(iconPos, "icon_stats1", iconSize, '1 1 1', 1); - } - } - else - { - draw_Picture(iconPos, "icon_mod_jeff", iconSize, '1 1 1', 1); // TODO: icon } if(isFocused && me.mouseOverIcons && !me.tooltip)