From: Rudolf Polzer Date: Tue, 4 Oct 2011 11:36:55 +0000 (+0200) Subject: better test X-Git-Tag: xonotic-v0.6.0~40^2~95 X-Git-Url: https://git.rm.cloudns.org/?a=commitdiff_plain;h=366a80603f278907d309a7ec33810a9405d84ad0;p=xonotic%2Fxonotic-data.pk3dir.git better test --- diff --git a/qcsrc/menu/xonotic/serverlist.c b/qcsrc/menu/xonotic/serverlist.c index c63e1c7650..8bd3fb1adf 100644 --- a/qcsrc/menu/xonotic/serverlist.c +++ b/qcsrc/menu/xonotic/serverlist.c @@ -288,7 +288,7 @@ void XonoticServerList_refreshServerList(entity me, float mode) // server banning n = tokenizebyseparator(_Nex_ExtResponseSystem_BannedServers, " "); for(i = 0; i < n; ++i) - sethostcachemaskstring(++m, SLIST_FIELD_CNAME, argv(i), SLIST_TEST_NOTEQUAL); + sethostcachemaskstring(++m, SLIST_FIELD_CNAME, argv(i), SLIST_TEST_NOTSTARTSWITH); m = SLIST_MASK_OR - 1; if(s != "")