summaryrefslogtreecommitdiff
path: root/src/main.cpp
diff options
context:
space:
mode:
authorBjørn Lindeijer <bjorn@lindeijer.nl>2006-11-03 10:54:48 +0000
committerBjørn Lindeijer <bjorn@lindeijer.nl>2006-11-03 10:54:48 +0000
commit03f74768ac0dc438de076084db70604f476a1522 (patch)
treed7a17ad8b53f574b06609af9118dd92de3c5dd92 /src/main.cpp
parent7ca8100d41dc5fef7263d0f54f8d222d800e6444 (diff)
downloadmana-client-03f74768ac0dc438de076084db70604f476a1522.tar.gz
mana-client-03f74768ac0dc438de076084db70604f476a1522.tar.bz2
mana-client-03f74768ac0dc438de076084db70604f476a1522.tar.xz
mana-client-03f74768ac0dc438de076084db70604f476a1522.zip
Updated to the new default updatehost.
Diffstat (limited to 'src/main.cpp')
-rw-r--r--src/main.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/main.cpp b/src/main.cpp
index 82620c05..13fc09f4 100644
--- a/src/main.cpp
+++ b/src/main.cpp
@@ -208,7 +208,7 @@ void init_engine(const Options &options)
config.setValue("sfxVolume", 100);
config.setValue("musicVolume", 60);
config.setValue("fpslimit", 60);
- config.setValue("updatehost", "http://themanaworld.org/files");
+ config.setValue("updatehost", "http://updates.themanaworld.org");
config.setValue("customcursor", 1);
config.setValue("homeDir", homeDir);