From d828b8c752fc285b26a4521c0718df5cfdc06f9d Mon Sep 17 00:00:00 2001 From: Dennis Friis Date: Mon, 4 Aug 2008 07:17:06 +0000 Subject: Fix typo in updatehost reported by Jaxad. --- ChangeLog | 4 ++++ src/main.cpp | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/ChangeLog b/ChangeLog index 99c8d044..c20a7190 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,7 @@ +2008-08-04 Dennis Friis + + * src/main.cpp: Fix typo in updatehost reported by Jaxad. + 2008-07-27 Bjørn Lindeijer * src/game.cpp: Target the nearest monster on joystick button 3. diff --git a/src/main.cpp b/src/main.cpp index bc3d5449..25dbe127 100644 --- a/src/main.cpp +++ b/src/main.cpp @@ -159,7 +159,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://updates.themanaworld.org"); } // Remove any trailing slash at the end of the update host -- cgit v1.2.3-70-g09d2