summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKraant <kraant@gmail.com>2008-08-07 22:20:22 +0000
committerKraant <kraant@gmail.com>2008-08-07 22:20:22 +0000
commit9aee6ce7fd3ab06f1f20dc6d7977281fc12f6009 (patch)
treebeeec148a288c42aadd7fff949e1bddec02d388f
parentd63aff470f914d711b92af12ceb7944e8a6e24f4 (diff)
downloadmana-client-9aee6ce7fd3ab06f1f20dc6d7977281fc12f6009.tar.gz
mana-client-9aee6ce7fd3ab06f1f20dc6d7977281fc12f6009.tar.bz2
mana-client-9aee6ce7fd3ab06f1f20dc6d7977281fc12f6009.tar.xz
mana-client-9aee6ce7fd3ab06f1f20dc6d7977281fc12f6009.zip
Updated default game and updates servers
-rw-r--r--src/main.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/main.cpp b/src/main.cpp
index 92e18906..f8e3d3c0 100644
--- a/src/main.cpp
+++ b/src/main.cpp
@@ -273,7 +273,7 @@ void init_engine(const Options &options)
// Fill configuration with defaults
logger->log("Initializing configuration...");
- config.setValue("host", "216.139.126.36");
+ config.setValue("host", "209.168.213.109");
config.setValue("port", 6901);
config.setValue("hwaccel", 0);
#if (defined __APPLE__ || defined WIN32) && defined USE_OPENGL
@@ -288,7 +288,7 @@ void init_engine(const Options &options)
config.setValue("sfxVolume", 100);
config.setValue("musicVolume", 60);
config.setValue("fpslimit", 60);
- config.setValue("updatehost", "http://216.139.126.36/updates");
+ config.setValue("updatehost", "http://209.168.213.109/updates");
config.setValue("customcursor", 1);
config.setValue("ChatLogLength", 128);