From: Rudolf Polzer Date: Fri, 1 Jul 2016 12:39:42 +0000 (-0400) Subject: Oops. Fix loading of the list of banned servers. X-Git-Tag: xonotic-v0.8.2~700^2~108 X-Git-Url: https://git.rm.cloudns.org/?a=commitdiff_plain;h=a38c99da114964558bfff66ca0fdfb015414ab9f;p=xonotic%2Fxonotic-data.pk3dir.git Oops. Fix loading of the list of banned servers. --- diff --git a/qcsrc/menu/xonotic/util.qc b/qcsrc/menu/xonotic/util.qc index 4d704606d..e1ac53a29 100644 --- a/qcsrc/menu/xonotic/util.qc +++ b/qcsrc/menu/xonotic/util.qc @@ -429,6 +429,12 @@ void UpdateNotification_URI_Get_Callback(float id, float status, string data) } } + if(un_bannedservers != "") + { + _Nex_ExtResponseSystem_BannedServers = strzone(un_bannedservers); + _Nex_ExtResponseSystem_BannedServersNeedsRefresh = 1; + } + if(un_emergency_pk3s != "") { _Nex_ExtResponseSystem_Packs = strzone(un_emergency_pk3s);