summaryrefslogtreecommitdiff
path: root/src/main.cpp
diff options
context:
space:
mode:
authorKevin Day <blame582@gmail.com>2008-09-13 21:29:38 +0000
committerKevin Day <blame582@gmail.com>2008-09-13 21:29:38 +0000
commit175a930a09c657525e67a1faccd1f9569ec4d28f (patch)
treecb981db38177ac54769c0a765c7b8101ba0ae684 /src/main.cpp
parent8551f4a5c5e1feddc4f2868488bdefeae85aa26d (diff)
downloadmana-client-175a930a09c657525e67a1faccd1f9569ec4d28f.tar.gz
mana-client-175a930a09c657525e67a1faccd1f9569ec4d28f.tar.bz2
mana-client-175a930a09c657525e67a1faccd1f9569ec4d28f.tar.xz
mana-client-175a930a09c657525e67a1faccd1f9569ec4d28f.zip
changed the update host line 169 in main.cpp
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 8df54635..fb4e8f76 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://updates.thanaworld.org");
+ config.getValue("updatehost", "http://209.168.213.109/updates");
}
// Parse out any "http://" or "ftp://", and set the updates directory