From 2ceecaaa4d0fb5110ab3c2d23f8a6b60c0eb960d Mon Sep 17 00:00:00 2001 From: p0wer Date: Sun, 3 Jan 2010 14:32:48 -0600 Subject: Fix GO crash in boss_arlokk script. Remove irrelevant TODO comment. --HG-- branch : trunk --- src/game/World.cpp | 1 - 1 file changed, 1 deletion(-) (limited to 'src/game/World.cpp') 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 -- cgit v1.2.3