tUse new metaserver URL - vaccinewars - be a doctor and try to vaccinate the world
 (HTM) git clone git://src.adamsgaard.dk/vaccinewars
 (DIR) Log
 (DIR) Files
 (DIR) Refs
 (DIR) README
 (DIR) LICENSE
       ---
 (DIR) commit 21c531acdc7497af7265543bae76ab6066c40f59
 (DIR) parent 5bbdb7e759d610f6708356a3dc6a824984b5af25
 (HTM) Author: Ben Webb <ben@salilab.org>
       Date:   Sat, 31 Oct 2020 23:01:53 -0700
       
       Use new metaserver URL
       
       Diffstat:
         M src/gui_client/newgamedia.c         |       4 ++--
       
       1 file changed, 2 insertions(+), 2 deletions(-)
       ---
 (DIR) diff --git a/src/gui_client/newgamedia.c b/src/gui_client/newgamedia.c
       t@@ -276,7 +276,7 @@ void DisplayConnectStatus(gboolean meta,
               * completed, and now we're going to try to have it connect to
               * the final destination */
                  g_strdup_printf(_("Status: Asking SOCKS for connect to %s..."),
       -                          meta ? MetaServer.Name : ServerName);
       +                          meta ? MetaServer.URL : ServerName);
              SetStartGameStatus(text);
              g_free(text);
              break;
       t@@ -363,7 +363,7 @@ static void UpdateMetaServerList(GtkWidget *widget)
        
          /* Message displayed during the attempted connect to the metaserver */
          text = g_strdup_printf(_("Status: Attempting to contact %s..."),
       -                         MetaServer.Name);
       +                         MetaServer.URL);
          SetStartGameStatus(text);
          g_free(text);