From: TimePath <andrew.hardaker1995@gmail.com>
Date: Sat, 6 Aug 2016 06:26:43 +0000 (+1000)
Subject: Server list: soft refresh
X-Git-Tag: xonotic-v0.8.2~751^2
X-Git-Url: https://git.rm.cloudns.org/?a=commitdiff_plain;h=df7b19b1adc776b0d06358f0e72049bba1564e3a;p=xonotic%2Fxonotic-data.pk3dir.git

Server list: soft refresh
---

diff --git a/qcsrc/menu/xonotic/dialog_multiplayer_join.qc b/qcsrc/menu/xonotic/dialog_multiplayer_join.qc
index bba6d68b08..a34d0d80a1 100644
--- a/qcsrc/menu/xonotic/dialog_multiplayer_join.qc
+++ b/qcsrc/menu/xonotic/dialog_multiplayer_join.qc
@@ -17,7 +17,8 @@ entity makeXonoticServerListTab()
 
 void XonoticServerListTab_refresh(entity this, entity slist)
 {
-    slist.refreshServerList(slist, REFRESHSERVERLIST_RESET);
+    bool clear = false;
+    slist.refreshServerList(slist, clear ? REFRESHSERVERLIST_RESET : REFRESHSERVERLIST_ASK);
 }
 
 void XonoticServerListTab_fill(entity me)