aboutsummaryrefslogtreecommitdiff
path: root/src/game/World.cpp
diff options
context:
space:
mode:
authorp0wer <none@none>2010-01-03 14:32:48 -0600
committerp0wer <none@none>2010-01-03 14:32:48 -0600
commit2ceecaaa4d0fb5110ab3c2d23f8a6b60c0eb960d (patch)
treee20fe32910fa595efc58062add4b50a25f56637d /src/game/World.cpp
parent8d051d9645bcac4035d1bee9e87b00fd00923b3c (diff)
Fix GO crash in boss_arlokk script.
Remove irrelevant TODO comment. --HG-- branch : trunk
Diffstat (limited to 'src/game/World.cpp')
-rw-r--r--src/game/World.cpp1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/game/World.cpp b/src/game/World.cpp
index a9d2376ef7a..d26a75404a2 100644
--- a/src/game/World.cpp
+++ b/src/game/World.cpp
@@ -438,7 +438,6 @@ void World::LoadConfigSettings(bool reload)
sLog.outError("World settings reload fail: can't read settings from %s.",sConfig.GetFilename().c_str());
return;
}
- //TODO Check if config is outdated
}
///- Read the player limit and the Message of the day from the config file