]> de.git.xonotic.org Git - xonotic/xonotic-data.pk3dir.git/commitdiff
better test
authorRudolf Polzer <divVerent@xonotic.org>
Tue, 4 Oct 2011 11:36:55 +0000 (13:36 +0200)
committerRudolf Polzer <divVerent@xonotic.org>
Tue, 4 Oct 2011 11:36:55 +0000 (13:36 +0200)
qcsrc/menu/xonotic/serverlist.c

index c63e1c765016e04e002ede9f4c5badf7e75dfaf4..8bd3fb1adf3532c3826c85032795c1bbeab06992 100644 (file)
@@ -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 != "")