X-Git-Url: http://de.git.xonotic.org/?a=blobdiff_plain;f=qcsrc%2Fmenu%2Fxonotic%2Fserverlist.c;h=44ca1b227943cf7da354dbe5219f72b387f3fa48;hb=3e8c4ad97f2ad40cae0316f463597a2eadffc1b5;hp=1a94c115dd2c5b75ab10af99d6547c6ea4c1ae2d;hpb=ca387f77b7b8044475a7c359e22d2e6d4ebf513d;p=xonotic%2Fxonotic-data.pk3dir.git diff --git a/qcsrc/menu/xonotic/serverlist.c b/qcsrc/menu/xonotic/serverlist.c index 1a94c115d..44ca1b227 100644 --- a/qcsrc/menu/xonotic/serverlist.c +++ b/qcsrc/menu/xonotic/serverlist.c @@ -608,6 +608,7 @@ void XonoticServerList_drawListBoxItem(entity me, float i, vector absSize, float s = gethostcachestring(SLIST_FIELD_QCSTATUS, i); m = tokenizebyseparator(s, ":"); + typestr = ""; if(m >= 2) { typestr = argv(0); @@ -616,6 +617,7 @@ void XonoticServerList_drawListBoxItem(entity me, float i, vector absSize, float freeslots = -1; sflags = -1; modname = ""; + pure = 0; for(j = 2; j < m; ++j) { if(argv(j) == "") @@ -649,6 +651,8 @@ void XonoticServerList_drawListBoxItem(entity me, float i, vector absSize, float if(modname != "Xonotic") if(modname != "MinstaGib") if(modname != "CTS") + if(modname != "NIX") + if(modname != "NewToys") pure = 0; if(gethostcachenumber(SLIST_FIELD_FREESLOTS, i) <= 0)