diff options
author | Kevin Day <blame582@gmail.com> | 2008-09-13 21:29:38 +0000 |
---|---|---|
committer | Kevin Day <blame582@gmail.com> | 2008-09-13 21:29:38 +0000 |
commit | 175a930a09c657525e67a1faccd1f9569ec4d28f (patch) | |
tree | cb981db38177ac54769c0a765c7b8101ba0ae684 /src | |
parent | 8551f4a5c5e1feddc4f2868488bdefeae85aa26d (diff) | |
download | mana-175a930a09c657525e67a1faccd1f9569ec4d28f.tar.gz mana-175a930a09c657525e67a1faccd1f9569ec4d28f.tar.bz2 mana-175a930a09c657525e67a1faccd1f9569ec4d28f.tar.xz mana-175a930a09c657525e67a1faccd1f9569ec4d28f.zip |
changed the update host line 169 in main.cpp
Diffstat (limited to 'src')
-rw-r--r-- | src/main.cpp | 2 |
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 |