From 366a80603f278907d309a7ec33810a9405d84ad0 Mon Sep 17 00:00:00 2001 From: Rudolf Polzer Date: Tue, 4 Oct 2011 13:36:55 +0200 Subject: [PATCH] better test --- qcsrc/menu/xonotic/serverlist.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/qcsrc/menu/xonotic/serverlist.c b/qcsrc/menu/xonotic/serverlist.c index c63e1c765..8bd3fb1ad 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 != "") -- 2.39.2