From 7aa0b5cadf9f37c7d9395aa44e0c461e2b539763 Mon Sep 17 00:00:00 2001 From: Ira Rice Date: Mon, 29 Sep 2008 23:03:41 +0000 Subject: Modified the client so that it displays both servers as server choices, as well as changing the default server to point to www.aethyra.org instead of Slinker's IP address now. --- src/main.cpp | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'src/main.cpp') diff --git a/src/main.cpp b/src/main.cpp index fb4e8f76..4427b4d4 100644 --- a/src/main.cpp +++ b/src/main.cpp @@ -166,7 +166,7 @@ void setUpdatesDir() // If updatesHost is currently empty, fill it from config file if (updateHost.empty()) { updateHost = - config.getValue("updatehost", "http://209.168.213.109/updates"); + config.getValue("updatehost", "http://www.aethyra.org/updates"); } // Parse out any "http://" or "ftp://", and set the updates directory @@ -279,7 +279,7 @@ void init_engine(const Options &options) // Fill configuration with defaults logger->log("Initializing configuration..."); - config.setValue("host", "209.168.213.109"); + config.setValue("host", "www.aethyra.org"); config.setValue("port", 21001); config.setValue("hwaccel", 0); #if (defined __APPLE__ || defined WIN32) && defined USE_OPENGL @@ -294,7 +294,7 @@ void init_engine(const Options &options) config.setValue("sfxVolume", 100); config.setValue("musicVolume", 60); config.setValue("fpslimit", 60); - config.setValue("updatehost", "http://209.168.213.109/updates"); + config.setValue("updatehost", "http://www.aethyra.org/updates"); config.setValue("customcursor", 1); config.setValue("ChatLogLength", 128); -- cgit v1.2.3-70-g09d2